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 | Þ÷ò³ | 11011110111101111111001010110011 | def7f2b3 |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | Þ÷ò? | 100011111010100110110000101000011110000010001111101010111101001000111111 | 8fa9b0a1e08fabd23f |
UTF-8 | Þ÷ò³ | 1100001110011110110000111011011111000011101100101100001010110011 | c39ec3b7c3b2c2b3 |
UHC | Þ÷?³ | 10101000101011011010000111000000001111111010100111111000 | a8ada1c03fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)