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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 栓?h | 10010000111100000011111101101000 | 90f03f68 |
EUC-JP | 栓?h | 11000000111100100011111101101000 | c0f23f68 |
UTF-8 | 栓懶h | 11100110101000001001001111101111101001001000110101101000 | e6a093efa48d68 |
UHC | 栓懶h | 1110111011111011110100011101100001101000 | eefbd1d868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)