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 | 秬畄窈 | 111000100101111111100001010101101110001001110111 | e25fe156e277 |
EUC-JP | 秬畄窈 | 111000111100000011100001101101111110001111011000 | e3c0e1b7e3d8 |
UTF-8 | 秬畄窈 | 111001111010011110101100111001111001010110000100111001111010101010001000 | e7a7ace79584e7aa88 |
UHC | ??窈 | 00111111001111111110100110100001 | 3f3fe9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)