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` | 00111111010000100011111100111111001111110100111101100000 | 3f423f3f3f4f60 |
SJIS-WIN | ?B???O` | 00111111010000100011111100111111001111110100111101100000 | 3f423f3f3f4f60 |
EUC-JP | ?B???O` | 00111111010000100011111100111111001111110100111101100000 | 3f423f3f3f4f60 |
UTF-8 | 챈B혢챔혥O` | 111011001011000110001000010000101110110110011000101000101110110010110001100101001110110110011000101001010100111101100000 | ecb18842ed98a2ecb194ed98a54f60 |
UHC | 챈B혢챔혥O` | 1100001110100110010000101100001010001011110000111010100011000010100011010100111101100000 | c3a642c28bc3a8c28d4f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)