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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 液床 | 10001001011101001000111110110000 | 89748fb0 |
EUC-JP | 液床 | 10110001110101011011111010110010 | b1d5beb2 |
UTF-8 | 液床 | 111001101011011010110010111001011011101010001010 | e6b6b2e5ba8a |
UHC | 液床 | 11100100111110111101111111001001 | e4fbdfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)