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 | ¢ùª®N | 101000101111100110001111101010101010111001001110 | a2f98faaae4e |
SJIS-WIN | ¢????N | 10000001100100010011111100111111001111110011111101001110 | 81913f3f3f3f4e |
EUC-JP | ¢ù?ª®N | 10100001111100011000111110101011111000110011111110001111101000101110110010001111101000101110111001001110 | a1f18fabe33f8fa2ec8fa2ee4e |
UTF-8 | ¢ùª®N | 1100001010100010110000111011100111000010100011111100001010101010110000101010111001001110 | c2a2c3b9c28fc2aac2ae4e |
UHC | ???ª®N | 0011111100111111001111111010100010100011101000101110011101001110 | 3f3f3fa8a3a2e74e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)