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 | 箴箴^ | 1110001010111100111000101011110001011110 | e2bce2bc5e |
EUC-JP | 箴箴^ | 1110010010111110111001001011111001011110 | e4bee4be5e |
UTF-8 | 箴箴^ | 11100111101011101011010011100111101011101011010001011110 | e7aeb4e7aeb45e |
UHC | 箴箴^ | 1110110111010111111011011101011101011110 | edd7edd75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)