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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ⅹニ隍クB | 11111010010010011100011011101000101001001011100001000010 | fa49c6e8a4b842 |
EUC-JP | ?ニ隍クB | 0011111110001110110001101111000010100110100011101011100001000010 | 3f8ec6f0a68eb842 |
UTF-8 | ⅹニ隍クB | 11100010100001011011100111101111101111101000011011101001100110101000110111101111101111011011100001000010 | e285b9efbe86e99a8defbdb842 |
UHC | ⅹ?隍?B | 10100101101010100011111111111100110110110011111101000010 | a5aa3ffcdb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)