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???O?B | 0011111101000010001111110011111100111111010011110011111101000010 | 3f423f3f3f4f3f42 |
SJIS-WIN | ?B???O?B | 0011111101000010001111110011111100111111010011110011111101000010 | 3f423f3f3f4f3f42 |
EUC-JP | ?B???O?B | 0011111101000010001111110011111100111111010011110011111101000010 | 3f423f3f3f4f3f42 |
UTF-8 | 챈B혢챔혥O챈B | 111011001011000110001000010000101110110110011000101000101110110010110001100101001110110110011000101001010100111111101100101100011000100001000010 | ecb18842ed98a2ecb194ed98a54fecb18842 |
UHC | 챈B혢챔혥O챈B | 11000011101001100100001011000010100010111100001110101000110000101000110101001111110000111010011001000010 | c3a642c28bc3a8c28d4fc3a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)