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 | 蟇・德舌= | 111001011010111110100101111110101011101010010000111000111000000110000001 | e5afa5faba90e38181 |
EUC-JP | 蟇・?舌= | 111010101011000110001110101001010011111111000000111001011010000111100001 | eab18ea53fc0e5a1e1 |
UTF-8 | 蟇・德舌= | 111010001001111110000111111011111011110110100101111001011011111010110111111010001000100010001100111011111011110010011101 | e89f87efbda5e5beb7e8888cefbc9d |
UHC | ??德舌= | 0011111100111111110100111110110011100000110111111010001110111101 | 3f3fd3ece0dfa3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)