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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?訴 | 001111111001000101101001 | 3f9169 |
EUC-JP | ?訴 | 001111111100000111001010 | 3fc1ca |
UTF-8 | 뤖訴 | 111010111010010010010110111010001010100010110100 | eba496e8a8b4 |
UHC | 뤖訴 | 10001111110001101110000111001101 | 8fc6e1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)