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 | 瑚?? | 10001100111010000011111100111111 | 8ce83f3f |
EUC-JP | 瑚?濩 | 101110001110101000111111100011111100100110100100 | b8ea3f8fc9a4 |
UTF-8 | 瑚렋濩 | 111001111001000110011010111010111010000010001011111001101011111110101001 | e7919aeba08be6bfa9 |
UHC | 瑚렋濩 | 111110111101000110001110101000101111101111001101 | fbd18ea2fbcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)