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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辣ヨ燦 | 111001111000010110000011100010001000111001010111 | e78583888e57 |
EUC-JP | 辣ヨ燦 | 111011011110010110100101111010001011101110111000 | ede5a5e8bbb8 |
UTF-8 | 辣ヨ燦 | 111010001011111010100011111000111000001110101000111001111000011110100110 | e8bea3e383a8e787a6 |
UHC | 辣ヨ燦 | 110101011011100010101011111010001111001110111110 | d5b8abe8f3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)