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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譫蝉セ∵ョィ | 11100110100111101001000011100100101111101000000111100110101011101000001101000010 | e69e90e4be81e6ae8342 |
EUC-JP | 譫蝉セ∵ョィ | 111010111111111011000000111001101000111010111110101000101110100010001110101011101010010110100011 | ebfec0e68ebea2e88eaea5a3 |
UTF-8 | 譫蝉セ∵ョィ | 111010001010110110101011111010001001110110001001111011111011110110111110111000101000100010110101111011111011110110101110111000111000001010100011 | e8adabe89d89efbdbee288b5efbdaee382a3 |
UHC | ???∵?ィ | 0011111100111111001111111010000111110001001111111010101110100011 | 3f3f3fa1f13faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)