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 | Þ÷õ§ | 11011110111101111111010110100111 | def7f5a7 |
SJIS-WIN | ?÷?§ | 001111111000000110000000001111111000000110011000 | 3f81803f8198 |
EUC-JP | Þ÷õ§ | 10001111101010011011000010100001111000001000111110101011110110001010000111111000 | 8fa9b0a1e08fabd8a1f8 |
UTF-8 | Þ÷õ§ | 1100001110011110110000111011011111000011101101011100001010100111 | c39ec3b7c3b5c2a7 |
UHC | Þ÷?§ | 10101000101011011010000111000000001111111010000111010111 | a8ada1c03fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)