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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 円??^ | 1000100101111110001111110011111101011110 | 897e3f3f5e |
EUC-JP | 円??^ | 1011000111011111001111110011111101011110 | b1df3f3f5e |
UTF-8 | 円쀮눖^ | 11100101100001101000011011101100100000001010111011101011100010001001011001011110 | e58686ec80aeeb88965e |
UHC | 円쀮눖^ | 11100101111101111001011111101110100001111011000001011110 | e5f797ee87b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)