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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | ???違 | 0011111100111111001111111000100011100001 | 3f3f3f88e1 |
EUC-JP | 轝?º違 | 100011111110000110101010001111111000111110100010111010111011000011100011 | 8fe1aa3f8fa2ebb0e3 |
UTF-8 | 轝뀀º違 | 1110100010111101100111011110101110000000100000001100001010111010111010011000000110010101 | e8bd9deb8080c2bae98195 |
UHC | 轝뀀º違 | 1110011010101100101100101110101110101000101011001110101011011110 | e6acb2eba8aceade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)