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 | ??宗 | 00111111001111111000111101000000 | 3f3f8f40 |
EUC-JP | ??宗 | 00111111001111111011110110100001 | 3f3fbda1 |
UTF-8 | 了섹宗 | 111011111010011010111010111011001000010010111001111001011010111010010111 | efa6baec84b9e5ae97 |
UHC | 了섹宗 | 111010001110011110111100101111011111000011110011 | e8e7bcbdf0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)