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 | ?暫 | 001111111000111001100010 | 3f8e62 |
EUC-JP | ?暫 | 001111111011101111000011 | 3fbbc3 |
UTF-8 | 뤺暫 | 111010111010010010111010111001101001101010101011 | eba4bae69aab |
UHC | 뤺暫 | 10001111111010001110110111010101 | 8fe8edd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)