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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 載?h | 10001101110110100011111101101000 | 8dda3f68 |
EUC-JP | 載?h | 10111010110111000011111101101000 | badc3f68 |
UTF-8 | 載쉭h | 11101000101111001000100111101100100010011010110101101000 | e8bc89ec89ad68 |
UHC | 載쉭h | 1110111010110000101111011010110101101000 | eeb0bdad68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)