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 | ???QB | 0011111100111111001111110101000101000010 | 3f3f3f5142 |
SJIS-WIN | 菽??QB | 111001001100000100111111001111110101000101000010 | e4c13f3f5142 |
EUC-JP | 菽??QB | 111010001100001100111111001111110101000101000010 | e8c33f3f5142 |
UTF-8 | 菽됦돶QB | 1110100010001111101111011110101110010000101001101110101110001111101101100101000101000010 | e88fbdeb90a6eb8fb65142 |
UHC | 菽됦돶QB | 1110001011011101100010011110010010001001101110010101000101000010 | e2dd89e489b95142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)