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 | Þ÷ß | 110111101111011111011111 | def7df |
SJIS-WIN | ?÷? | 00111111100000011000000000111111 | 3f81803f |
EUC-JP | Þ÷ß | 1000111110101001101100001010000111100000100011111010100111001110 | 8fa9b0a1e08fa9ce |
UTF-8 | Þ÷ß | 110000111001111011000011101101111100001110011111 | c39ec3b7c39f |
UHC | Þ÷ß | 101010001010110110100001110000001010100110101100 | a8ada1c0a9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)