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 | 尅恊鰤 | 100110111001000110011100100100001110100111011100 | 9b919c90e9dc |
EUC-JP | 尅恊鰤 | 110101011111000111010111111100001111001011011110 | d5f1d7f0f2de |
UTF-8 | 尅恊鰤 | 111001011011000010000101111001101000000110001010111010011011000010100100 | e5b085e6818ae9b0a4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)