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 | 蛟罹。 | 1110010110000000100111001110101110100001 | e5809ceba1 |
EUC-JP | 蛟罹。 | 111010011110000011011000111011011000111010100001 | e9e0d8ed8ea1 |
UTF-8 | 蛟罹。 | 111010001001101110011111111001111011110110111001111011111011110110100001 | e89b9fe7bdb9efbda1 |
UHC | 蛟罹? | 1100111011110001110101111110011100111111 | cef1d7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)