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 | Þ÷Ô¼ | 11011110111101111101010010111100 | def7d4bc |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | Þ÷Ô? | 100011111010100110110000101000011110000010001111101010101101010000111111 | 8fa9b0a1e08faad43f |
UTF-8 | Þ÷Ô¼ | 1100001110011110110000111011011111000011100101001100001010111100 | c39ec3b7c394c2bc |
UHC | Þ÷?¼ | 10101000101011011010000111000000001111111010100011111001 | a8ada1c03fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)