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 | 爲珮璢犇獨 | 11100000101010001110000011100001111000001110001111100000101101001110000011010101 | e0a8e0e1e0e3e0b4e0d5 |
EUC-JP | 爲珮璢犇獨 | 11100000101010101110000011100011111000001110010111100000101101101110000011010111 | e0aae0e3e0e5e0b6e0d7 |
UTF-8 | 爲珮璢犇獨 | 111001111000100010110010111001111000111110101110111001111001001010100010111001111000101010000111111001111000110110101000 | e788b2e78faee792a2e78a87e78da8 |
UHC | 爲???獨 | 11101010110100110011111100111111001111111101010010111100 | ead33f3f3fd4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)