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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 穩??獗\ | 11100010011100100011111100111111111000001101001101011100 | e2723f3fe0d35c |
EUC-JP | 穩??獗\ | 11100011110100110011111100111111111000001101010101011100 | e3d33f3fe0d55c |
UTF-8 | 穩덀굦獗\ | 11100111101010011010100111101011100011011000000011101010101101011010011011100111100011011001011101011100 | e7a9a9eb8d80eab5a6e78d975c |
UHC | 穩덀굦獗\ | 111010001011000110001000111000111000001010001100110011111111000101011100 | e8b188e3828ccff15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)