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 | 顏叱雫顏 | 11101000111110001000111010110110111100001010100110001110101101001110100011111000 | e8f88eb6f0a98eb4e8f8 |
EUC-JP | 顏叱?雫顏 | 111100001111101010111100101110000011111110111100101101101111000011111010 | f0fabcb83fbcb6f0fa |
UTF-8 | 顏叱雫顏 | 111010011010000110001111111001011000111110110001111011101000000110101000111010011001101110101011111010011010000110001111 | e9a18fe58fb1ee81a8e99babe9a18f |
UHC | ?叱??? | 001111111111001011101010001111110011111100111111 | 3ff2ea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)