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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薤号娃 | 111001010100010110001101100001101000100010100001 | e5458d8688a1 |
EUC-JP | 薤号娃 | 111010011010011010111001111001101011000010100011 | e9a6b9e6b0a3 |
UTF-8 | 薤号娃 | 111010001001011010100100111001011000111110110111111001011010100010000011 | e896a4e58fb7e5a883 |
UHC | ??娃 | 00111111001111111110100011011111 | 3f3fe8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)