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 | 讚ゎ攵 | 111001101010101110000010111011001001110110111100 | e6ab82ec9dbc |
EUC-JP | 讚ゎ攵 | 111011001010110110100100111011101101101010111110 | ecada4eedabe |
UTF-8 | 讚ゎ攵 | 111010001010111010011010111000111000001010001110111001101001010010110101 | e8ae9ae3828ee694b5 |
UHC | 讚ゎ? | 1111001111000110101010101110111000111111 | f3c6aaee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)