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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 葬?W | 10010001100100100011111101010111 | 91923f57 |
EUC-JP | 葬?W | 11000001111100100011111101010111 | c1f23f57 |
UTF-8 | 葬렟W | 11101000100100011010110011101011101000001001111101010111 | e891aceba09f57 |
UHC | 葬렟W | 1110110111110111100011101011000001010111 | edf78eb057 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)