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 | ? | 00111111 | 3f |
SJIS-WIN | 秘 | 1001010011101001 | 94e9 |
EUC-JP | 秘 | 1100100011101011 | c8eb |
UTF-8 | 秘 | 111001111010011110011000 | e7a798 |
UHC | 秘 | 1101110111111010 | ddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)