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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 漿?BF | 1001111111110111001111110100001001000110 | 9ff73f4246 |
EUC-JP | 漿?BF | 1101111011111001001111110100001001000110 | def93f4246 |
UTF-8 | 漿렔BF | 1110011010111100101111111110101110100000100101000100001001000110 | e6bcbfeba0944246 |
UHC | 漿렔BF | 111011011110110010001110101010010100001001000110 | edec8ea94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)