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 | ÷ðE | 111101111111000001000101 | f7f045 |
SJIS-WIN | ÷?E | 10000001100000000011111101000101 | 81803f45 |
EUC-JP | ÷ðE | 101000011110000010001111101010011100001101000101 | a1e08fa9c345 |
UTF-8 | ÷ðE | 1100001110110111110000111011000001000101 | c3b7c3b045 |
UHC | ÷ðE | 1010000111000000101010011010001101000101 | a1c0a9a345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)