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 | ä÷äè] | 1110010011110111111001001110100001011101 | e4f7e4e85d |
SJIS-WIN | ?÷??] | 001111111000000110000000001111110011111101011101 | 3f81803f3f5d |
EUC-JP | ä÷äè] | 100011111010101110100011101000011110000010001111101010111010001110001111101010111011001001011101 | 8faba3a1e08faba38fabb25d |
UTF-8 | ä÷äè] | 110000111010010011000011101101111100001110100100110000111010100001011101 | c3a4c3b7c3a4c3a85d |
UHC | ?÷??] | 001111111010000111000000001111110011111101011101 | 3fa1c03f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)