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 | ?析^ | 00111111100100001100110101011110 | 3f90cd5e |
EUC-JP | ?析^ | 00111111110000001100111101011110 | 3fc0cf5e |
UTF-8 | 卨析^ | 11100101100011011010100011100110100111101001000001011110 | e58da8e69e905e |
UHC | 卨析^ | 1110000011011001111000001011000001011110 | e0d9e0b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)