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 | ??æ^ | 00111111001111111110011001011110 | 3f3fe65e |
SJIS-WIN | ?臣?^ | 0011111110010000011000100011111101011110 | 3f90623f5e |
EUC-JP | ?臣æ^ | 00111111101111111100001110001111101010011100000101011110 | 3fbfc38fa9c15e |
UTF-8 | 룵臣æ^ | 111010111010001110110101111010001000011110100011110000111010011001011110 | eba3b5e887a3c3a65e |
UHC | 룵臣æ^ | 10001111101010101110001111101101101010011010000101011110 | 8faae3eda9a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)