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 | 11100100111100111000000111100100100010110100010101000010 | e4f381e48b4542 |
EUC-JP | 蔘∽畿B | 11101000111101011010001011100110101101011010011001000010 | e8f5a2e6b5a642 |
UTF-8 | 蔘∽畿B | 11101000100101001001100011100010100010001011110111100111100101011011111101000010 | e89498e288bde795bf42 |
UHC | 蔘∽畿B | 11011111101110001010000111101111110100011011001001000010 | dfb8a1efd1b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)