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 | Å£ÖȨ® | 110001011010001111010110110010001010100010101110 | c5a3d6c8a8ae |
SJIS-WIN | ?£??¨? | 0011111110000001100100100011111100111111100000010100111000111111 | 3f81923f3f814e3f |
EUC-JP | Å£ÖȨ® | 10001111101010101010100110100001111100101000111110101010110100111000111110101010101100101010000110101111100011111010001011101110 | 8faaa9a1f28faad38faab2a1af8fa2ee |
UTF-8 | Å£ÖȨ® | 110000111000010111000010101000111100001110010110110000111000100011000010101010001100001010101110 | c385c2a3c396c388c2a8c2ae |
UHC | ????¨® | 0011111100111111001111110011111110100001101001111010001011100111 | 3f3f3f3fa1a7a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)