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 | 룵ï¤O@h | 111010111010001110110101111011111010010010000110010011110100000001101000 | eba3b5efa4864f4068 |
SJIS-WIN | ?£????O@h | 00111111100000011001001000111111001111110011111100111111010011110100000001101000 | 3f81923f3f3f3f4f4068 |
EUC-JP | ��O@h | 10001111101010111011001110100001111100100011111110001111101010111100000110001111101000101111000000111111010011110100000001101000 | 8fabb3a1f23f8fabc18fa2f03f4f4068 |
UTF-8 | 룵ï¤O@h | 110000111010101111000010101000111100001010110101110000111010111111000010101001001100001010000110010011110100000001101000 | c3abc2a3c2b5c3afc2a4c2864f4068 |
UHC | ????¤?O@h | 00111111001111110011111100111111101000101011010000111111010011110100000001101000 | 3f3f3f3fa2b43f4f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)