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 | ¢ùª¿t | 101000101111100110001111101010101011111101110100 | a2f98faabf74 |
SJIS-WIN | ¢????t | 10000001100100010011111100111111001111110011111101110100 | 81913f3f3f3f74 |
EUC-JP | ¢ù?ª¿t | 10100001111100011000111110101011111000110011111110001111101000101110110010001111101000101100010001110100 | a1f18fabe33f8fa2ec8fa2c474 |
UTF-8 | ¢ùª¿t | 1100001010100010110000111011100111000010100011111100001010101010110000101011111101110100 | c2a2c3b9c28fc2aac2bf74 |
UHC | ???ª¿t | 0011111100111111001111111010100010100011101000101010111101110100 | 3f3f3fa8a3a2af74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)