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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 悋逡 | 10011100101001011110011110010101 | 9ca5e795 |
EUC-JP | 悋逡 | 11011000101001111110110111110101 | d8a7edf5 |
UTF-8 | 悋逡 | 111001101000001010001011111010011000000010100001 | e6828be980a1 |
UHC | ?逡 | 001111111111000111100100 | 3ff1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)