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 | 蟇ャ螟ア蟲 | 1110010110101111101011001110010110100100101100011110010110110011 | e5aface5a4b1e5b3 |
EUC-JP | 蟇ャ螟ア蟲 | 11101010101100011000111010101100111010101010011010001110101100011110101010110101 | eab18eaceaa68eb1eab5 |
UTF-8 | 蟇ャ螟ア蟲 | 111010001001111110000111111011111011110110101100111010001001111010011111111011111011110110110001111010001001111110110010 | e89f87efbdace89e9fefbdb1e89fb2 |
UHC | ??螟?蟲 | 00111111001111111101100110101101001111111111010111111001 | 3f3fd9ad3ff5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)