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 | 蟇ャ螟ア蟇倩 | 11100101101011111010110011100101101001001011000111100101101011111001100011101000 | e5aface5a4b1e5af98e8 |
EUC-JP | 蟇ャ螟ア蟇倩 | 111010101011000110001110101011001110101010100110100011101011000111101010101100011101000011101010 | eab18eaceaa68eb1eab1d0ea |
UTF-8 | 蟇ャ螟ア蟇倩 | 111010001001111110000111111011111011110110101100111010001001111010011111111011111011110110110001111010001001111110000111111001011000000010101001 | e89f87efbdace89e9fefbdb1e89f87e580a9 |
UHC | ??螟??? | 00111111001111111101100110101101001111110011111100111111 | 3f3fd9ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)