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 | Æ^ | 100010111100011001011110 | 8bc65e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | ?Æ^ | 0011111110001111101010011010000101011110 | 3f8fa9a15e |
UTF-8 | Æ^ | 1100001010001011110000111000011001011110 | c28bc3865e |
UHC | ?Æ^ | 00111111101010001010000101011110 | 3fa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)