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 | 瑚?灝 | 101110001110101000111111100011111100100110111111 | b8ea3f8fc9bf |
UTF-8 | 瑚렋灝 | 111001111001000110011010111010111010000010001011111001111000000110011101 | e7919aeba08be7819d |
UHC | 瑚렋灝 | 111110111101000110001110101000101111101111001110 | fbd18ea2fbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)