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 | 蜃躯興蟲カ | 111001011000011110001011111010111000101110111011111001011011001110110110 | e5878beb8bbbe5b3b6 |
EUC-JP | 蜃躯興蟲カ | 11101001111001111011011011101101101101101011110111101010101101011000111010110110 | e9e7b6edb6bdeab58eb6 |
UTF-8 | 蜃躯興蟲カ | 111010001001110010000011111010001011101010101111111010001000100010001000111010001001111110110010111011111011110110110110 | e89c83e8baafe88888e89fb2efbdb6 |
UHC | 蜃?興蟲? | 1110001111110001001111111111110111101001111101011111100100111111 | e3f13ffde9f5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)