To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???r???u | 0011111100111111001111110111001000111111001111110011111101110101 | 3f3f3f723f3f3f75 |
SJIS-WIN | ???r??㎏u | 001111110011111100111111011100100011111100111111100001110111001101110101 | 3f3f3f723f3f877375 |
EUC-JP | ???r???u | 0011111100111111001111110111001000111111001111110011111101110101 | 3f3f3f723f3f3f75 |
UTF-8 | 淋숈쭥r淋믪㎏u | 1110111110100111101101011110110010001000100010001110110010101101101001010111001011101111101001111011010111101011101011111010101011100011100011101000111101110101 | efa7b5ec8888ecada572efa7b5ebafaae38e8f75 |
UHC | 淋숈쭥r淋믪㎏u | 1110110011111000100110011110110010100111100110010111001011101100111110001001001011101100101001111011100001110101 | ecf899eca79972ecf892eca7b875 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)