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 | 蓆旋齧 | 111001001110110010010000111110011110101010010110 | e4ec90f9ea96 |
EUC-JP | 蓆旋齧 | 111010001110111011000000111110111111001111110110 | e8eec0fbf3f6 |
UTF-8 | 蓆旋齧 | 111010001001001110000110111001101001011110001011111010011011110110100111 | e89386e6978be9bda7 |
UHC | 蓆旋齧 | 111000001011011011100000110000011110000011100101 | e0b6e0c1e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)