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 | 獪砠砒 | 111000001101010011100001111001111110000111100101 | e0d4e1e7e1e5 |
EUC-JP | 獪砠砒 | 111000001101011011100010111010011110001011100111 | e0d6e2e9e2e7 |
UTF-8 | 獪砠砒 | 111001111000110110101010111001111010000010100000111001111010000010010010 | e78daae7a0a0e7a092 |
UHC | 獪?砒 | 1111110011101010001111111101110111110111 | fcea3fddf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)