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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逍皺= | 111001111001011011100001101100001000000110000001 | e796e1b08181 |
EUC-JP | 逍皺= | 111011011111011011100010101100101010000111100001 | edf6e2b2a1e1 |
UTF-8 | 逍皺= | 111010011000000010001101111001111001101010111010111011111011110010011101 | e9808de79abaefbc9d |
UHC | 逍皺= | 111000011100111011110101110101001010001110111101 | e1cef5d4a3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)