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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 濠?秘B | 100011011000101000111111100101001110100101000010 | 8d8a3f94e942 |
EUC-JP | 濠?秘B | 101110011110101000111111110010001110101101000010 | b9ea3fc8eb42 |
UTF-8 | 濠얗秘B | 11100110101111111010000011101100100101101001011111100111101001111001100001000010 | e6bfa0ec9697e7a79842 |
UHC | 濠얗秘B | 11111011110011001011111011101001110111011111101001000010 | fbccbee9ddfa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)