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 | 箏?隕?彫 | 1110001010110101001111111110100010100110001111111001001010100100 | e2b53fe8a63f92a4 |
EUC-JP | 箏?隕?彫 | 1110010010110111001111111111000010101000001111111100010010100110 | e4b73ff0a83fc4a6 |
UTF-8 | 箏렖隕렣彫 | 111001111010111010001111111010111010000010010110111010011001101010010101111010111010000010100011111001011011110110101011 | e7ae8feba096e99a95eba0a3e5bdab |
UHC | 箏렖隕렣彫 | 11101110101101001000111010101011111010101010001010001110101101001111000011000001 | eeb48eabeaa28eb4f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)