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 | 顏叱雫 | 1110100011111000100011101011011011110000101010011000111010110100 | e8f88eb6f0a98eb4 |
EUC-JP | 顏叱?雫 | 11110000111110101011110010111000001111111011110010110110 | f0fabcb83fbcb6 |
UTF-8 | 顏叱雫 | 111010011010000110001111111001011000111110110001111011101000000110101000111010011001101110101011 | e9a18fe58fb1ee81a8e99bab |
UHC | ?叱?? | 0011111111110010111010100011111100111111 | 3ff2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)