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 | 儀???莉 | 10001011010101100011111100111111001111111110010010111011 | 8b563f3f3fe4bb |
EUC-JP | 儀???莉 | 10110101101101110011111100111111001111111110100010111101 | b5b73f3f3fe8bd |
UTF-8 | 儀흡렊띨莉 | 111001011000010010000000111011011001110110100001111010111010000010001010111010111001110110101000111010001000111010001001 | e58480ed9da1eba08aeb9da8e88e89 |
UHC | 儀흡렊띨莉 | 11101011111100001100100011101101100011101010000110110110111011101101011111101001 | ebf0c8ed8ea1b6eed7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)