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 | 嬪 | 1001101101101100 | 9b6c |
EUC-JP | 嬪 | 1101010111001101 | d5cd |
UTF-8 | 嬪 | 111001011010110010101010 | e5acaa |
UHC | 嬪 | 1101111010101110 | deae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)