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 | 11101000100011001010101111100011100000101000111111100110101101001011001001101000 | e88cabe3828fe6b4b268 |
EUC-JP | 闌ォ繧乗エイh | 11101111111011001000111010101011111001011110001010111110111010001000111010110100100011101011001001101000 | efec8eabe5e2bee88eb48eb268 |
UTF-8 | 闌ォ繧乗エイh | 11101001100101111000110011101111101111011010101111100111101110011010011111100100101110011001011111101111101111011011010011101111101111011011001001101000 | e9978cefbdabe7b9a7e4b997efbdb4efbdb268 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)