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 | ??Q~ | 00111111001111110101000101111110 | 3f3f517e |
SJIS-WIN | 秩?Q~ | 1001001010000001001111110101000101111110 | 92813f517e |
EUC-JP | 秩?Q~ | 1100001111100001001111110101000101111110 | c3e13f517e |
UTF-8 | 秩섐Q~ | 1110011110100111101010011110110010000100100100000101000101111110 | e7a7a9ec8490517e |
UHC | 秩섐Q~ | 111100101111000110111100101010110101000101111110 | f2f1bcab517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)