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 | 11100010110011001111101111011111110011101011001101000010 | e2ccfbdfceb342 |
EUC-JP | 篶鍰ホウB | 11100100110011101000111111100100111110101000111011001110100011101011001101000010 | e4ce8fe4fa8ece8eb342 |
UTF-8 | 篶鍰ホウB | 11100111101011111011011011101001100011011011000011101111101111101000111011101111101111011011001101000010 | e7afb6e98db0efbe8eefbdb342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)