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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 烏??e^ | 100010010100011100111111001111110110010101011110 | 89473f3f655e |
EUC-JP | 烏??e^ | 101100011010100000111111001111110110010101011110 | b1a83f3f655e |
UTF-8 | 烏띹랜e^ | 1110011110000011100011111110101110011101101110011110101110011110100111000110010101011110 | e7838feb9db9eb9e9c655e |
UHC | 烏띹랜e^ | 1110100010100001100011011110100010110111101000110110010101011110 | e8a18de8b7a3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)