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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??靖 | 00111111001111111001011011110101 | 3f3f96f5 |
EUC-JP | ??靖 | 00111111001111111100110011110111 | 3f3fccf7 |
UTF-8 | 룶괌靖 | 111010111010001110110110111010101011010010001100111010011001110110010110 | eba3b6eab48ce99d96 |
UHC | 룶괌靖 | 100011111010101110110001101000011110111111111110 | 8fabb1a1effe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)