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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 穽???? | 111000100111011000111111001111110011111100111111 | e2763f3f3f3f |
EUC-JP | 穽???? | 111000111101011100111111001111110011111100111111 | e3d73f3f3f3f |
UTF-8 | 穽펭렊흔딤 | 111001111010100110111101111011011000111010101101111010111010000010001010111011011001110110010100111010111001010010100100 | e7a9bded8eadeba08aed9d94eb94a4 |
UHC | 穽펭렊흔딤 | 11101111111100001100011011101011100011101010000111001000111001111011010111110101 | eff0c6eb8ea1c8e7b5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)