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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鼇?^ | 11101010100001110011111101011110 | ea873f5e |
EUC-JP | 鼇?^ | 11110011111001110011111101011110 | f3e73f5e |
UTF-8 | 鼇쌡^ | 11101001101111001000011111101100100011001010000101011110 | e9bc87ec8ca15e |
UHC | 鼇쌡^ | 1110100010101000100110110100110101011110 | e8a89b4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)