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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陝燮薛 | 111010001001111110011001110101111110010101001100 | e89f99d7e54c |
EUC-JP | 陝燮薛 | 111100001010000111010010110110011110100110101101 | f0a1d2d9e9ad |
UTF-8 | 陝燮薛 | 111010011001100110011101111001111000011110101110111010001001011010011011 | e9999de787aee8969b |
UHC | 陝燮薛 | 111000001110110111100000111100001110000011100000 | e0ede0f0e0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)