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 | 蟇ャ螟ア驪ァ | 111001011010111110101100111001011010010010110001111010011000101110100111 | e5aface5a4b1e98ba7 |
EUC-JP | 蟇ャ螟ア驪ァ | 111010101011000110001110101011001110101010100110100011101011000111110001111010111000111010100111 | eab18eaceaa68eb1f1eb8ea7 |
UTF-8 | 蟇ャ螟ア驪ァ | 111010001001111110000111111011111011110110101100111010001001111010011111111011111011110110110001111010011010100110101010111011111011110110100111 | e89f87efbdace89e9fefbdb1e9a9aaefbda7 |
UHC | ??螟?驪? | 0011111100111111110110011010110100111111110101011111000100111111 | 3f3fd9ad3fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)