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 | 浴石 | 10010111100000011001000011001110 | 978190ce |
EUC-JP | 浴石 | 11001101111000011100000011010000 | cde1c0d0 |
UTF-8 | 浴石 | 111001101011010110110100111001111001111110110011 | e6b5b4e79fb3 |
UHC | 浴石 | 11101001101100011110000010110100 | e9b1e0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)