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 | 嗚??円 | 100110100110101000111111001111111000100101111110 | 9a6a3f3f897e |
EUC-JP | 嗚??円 | 110100111100101100111111001111111011000111011111 | d3cb3f3fb1df |
UTF-8 | 嗚욥뜈円 | 111001011001011110011010111011001001101010100101111010111001110010001000111001011000011010000110 | e5979aec9aa5eb9c88e58686 |
UHC | 嗚욥뜈円 | 1110011111110000101111111110100110001101100010111110010111110111 | e7f0bfe98d8be5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)