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~ | 0011111100111111001111110101000101111110 | 3f3f3f517e |
SJIS-WIN | 菽??Q~ | 111001001100000100111111001111110101000101111110 | e4c13f3f517e |
EUC-JP | 菽??Q~ | 111010001100001100111111001111110101000101111110 | e8c33f3f517e |
UTF-8 | 菽됦돶Q~ | 1110100010001111101111011110101110010000101001101110101110001111101101100101000101111110 | e88fbdeb90a6eb8fb6517e |
UHC | 菽됦돶Q~ | 1110001011011101100010011110010010001001101110010101000101111110 | e2dd89e489b9517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)