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 | 11100110101110011001101111100111100010111011100001000010 | e6b99be78bb842 |
EUC-JP | 貉帷矯B | 11101100101110111101011011101001101101101011101001000010 | ecbbd6e9b6ba42 |
UTF-8 | 貉帷矯B | 11101000101100101000100111100101101110001011011111100111100111111010111101000010 | e8b289e5b8b7e79faf42 |
UHC | ??矯B | 0011111100111111110011101110110001000010 | 3f3fceec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)