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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ク釵ケ^ | 11110001111001011011100011100111110111101011100101011110 | f1e5b8e7deb95e |
EUC-JP | ?ク釵ケ^ | 0011111110001110101110001110111011100000100011101011100101011110 | 3f8eb8eee08eb95e |
UTF-8 | ク釵ケ^ | 11101110100001011010000011101111101111011011100011101001100001111011010111101111101111011011100101011110 | ee85a0efbdb8e987b5efbdb95e |
UHC | ??釵?^ | 001111110011111111110011111110110011111101011110 | 3f3ff3fb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)