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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | セュ痔セュ釐h | 101111101010110110001110101001001011111010101101111001111101100001101000 | bead8ea4beade7d868 |
EUC-JP | セュ痔セュ釐h | 10001110101111101000111010101101101111001010011010001110101111101000111010101101111011101101101001101000 | 8ebe8eadbca68ebe8eadeeda68 |
UTF-8 | セュ痔セュ釐h | 11101111101111011011111011101111101111011010110111100111100101111001010011101111101111011011111011101111101111011010110111101001100001111001000001101000 | efbdbeefbdade79794efbdbeefbdade9879068 |
UHC | ??痔??釐h | 001111110011111111110110110000000011111100111111110101111110110101101000 | 3f3ff6c03f3fd7ed68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)