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 | 101000101111100110001111101010101100000001101000 | a2f98faac068 |
SJIS-WIN | ¢????h | 10000001100100010011111100111111001111110011111101101000 | 81913f3f3f3f68 |
EUC-JP | ¢ù?ªÀh | 10100001111100011000111110101011111000110011111110001111101000101110110010001111101010101010001001101000 | a1f18fabe33f8fa2ec8faaa268 |
UTF-8 | ¢ùªÀh | 1100001010100010110000111011100111000010100011111100001010101010110000111000000001101000 | c2a2c3b9c28fc2aac38068 |
UHC | ???ª?h | 00111111001111110011111110101000101000110011111101101000 | 3f3f3fa8a33f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)