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 | 闕シ逎ッ繧 | 1110100010001101101111001110011110100011101011111110001110000010 | e88dbce7a3afe382 |
EUC-JP | 闕シ逎ッ繧 | 11101111111011011000111010111100111011101010010110001110101011111110010111100010 | efed8ebceea58eafe5e2 |
UTF-8 | 闕シ逎ッ繧 | 111010011001011110010101111011111011110110111100111010011000000010001110111011111011110110101111111001111011100110100111 | e99795efbdbce9808eefbdafe7b9a7 |
UHC | 闕???? | 110011111111010000111111001111110011111100111111 | cff43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)