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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縣漆質縣 | 1110001101110000100011101011110110001110101111111110001101110000 | e3708ebd8ebfe370 |
EUC-JP | 縣漆質縣 | 1110010111010001101111001011111110111100110000011110010111010001 | e5d1bcbfbcc1e5d1 |
UTF-8 | 縣漆質縣 | 111001111011100010100011111001101011110010000110111010001011001110101010111001111011100010100011 | e7b8a3e6bc86e8b3aae7b8a3 |
UHC | 縣漆質縣 | 1111101011100011111101101101010011110010111101011111101011100011 | fae3f6d4f2f5fae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)