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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 銘?B | 10010110110000010011111101000010 | 96c13f42 |
EUC-JP | 銘?B | 11001100110000110011111101000010 | ccc33f42 |
UTF-8 | 銘쨉B | 11101001100010101001100011101100101010001000100101000010 | e98a98eca88942 |
UHC | 銘쨉B | 1101100110101111110000101011010101000010 | d9afc2b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)