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 | ÷õ}B | 11110111111101010111110101000010 | f7f57d42 |
SJIS-WIN | ÷?}B | 1000000110000000001111110111110101000010 | 81803f7d42 |
EUC-JP | ÷õ}B | 10100001111000001000111110101011110110000111110101000010 | a1e08fabd87d42 |
UTF-8 | ÷õ}B | 110000111011011111000011101101010111110101000010 | c3b7c3b57d42 |
UHC | ÷?}B | 1010000111000000001111110111110101000010 | a1c03f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)