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 | 嗽??? | 1001101001110101001111110011111100111111 | 9a753f3f3f |
EUC-JP | 嗽??? | 1101001111010110001111110011111100111111 | d3d63f3f3f |
UTF-8 | 嗽읰읩잂 | 111001011001011110111101111011001001110110110000111011001001110110101001111011001001111010000010 | e597bdec9db0ec9da9ec9e82 |
UHC | 嗽읰읩잂 | 1110000111110101100111111101011010011111110100001001111111100010 | e1f59fd69fd09fe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)