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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???畔衛 | 00111111001111110011111110010100110010001000100101110001 | 3f3f3f94c88971 |
EUC-JP | ???畔衛 | 00111111001111110011111111001000110010101011000111010010 | 3f3f3fc8cab1d2 |
UTF-8 | 롇롗뤾畔衛 | 111010111010000110000111111010111010000110010111111010111010010010111110111001111001010110010100111010001010000110011011 | eba187eba197eba4bee79594e8a19b |
UHC | 롇롗뤾畔衛 | 10001110110011011000111011011011100011111110101011011010111011011110101011011011 | 8ecd8edb8feadaedeadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)