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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 簇狄^ | 1110001011000110111000001011110101011110 | e2c6e0bd5e |
EUC-JP | 簇狄^ | 1110010011001000111000001011111101011110 | e4c8e0bf5e |
UTF-8 | 簇狄^ | 11100111101100001000011111100111100010111000010001011110 | e7b087e78b845e |
UHC | 簇狄^ | 1111000011101010111011101101101001011110 | f0eaeeda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)