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 | 樗斑∋ | 100100101001010010010100110000011000000110111001 | 929494c181b9 |
EUC-JP | 樗斑∋ | 110000111111010011001000110000111010001010111011 | c3f4c8c3a2bb |
UTF-8 | 樗斑∋ | 111001101010100010010111111001101001011010010001111000101000100010001011 | e6a897e69691e2888b |
UHC | 樗斑∋ | 111011101100000011011010111010001010000111110101 | eec0dae8a1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)