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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??珠??珠B | 001111110011111110001110111011000011111100111111100011101110110001000010 | 3f3f8eec3f3f8eec42 |
EUC-JP | ??珠??珠B | 001111110011111110111100111011100011111100111111101111001110111001000010 | 3f3fbcee3f3fbcee42 |
UTF-8 | 쥔쾡珠쥔쾡珠B | 11101100101001011001010011101100101111101010000111100111100011111010000011101100101001011001010011101100101111101010000111100111100011111010000001000010 | eca594ecbea1e78fa0eca594ecbea1e78fa042 |
UHC | 쥔쾡珠쥔쾡珠B | 11000001111001011100010011101001111100011100000111000001111001011100010011101001111100011100000101000010 | c1e5c4e9f1c1c1e5c4e9f1c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)