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 | ©¡¢¥¡× | 101010011010000110100010101001011010000111010111 | a9a1a2a5a1d7 |
SJIS-WIN | ??¢¥?× | 001111110011111110000001100100011000000110001111001111111000000101111110 | 3f3f8191818f3f817e |
EUC-JP | ©¡¢?¡× | 1000111110100010111011011000111110100010110000101010000111110001001111111000111110100010110000101010000111011111 | 8fa2ed8fa2c2a1f13f8fa2c2a1df |
UTF-8 | ©¡¢¥¡× | 110000101010100111000010101000011100001010100010110000101010010111000010101000011100001110010111 | c2a9c2a1c2a2c2a5c2a1c397 |
UHC | ?¡??¡× | 001111111010001010101110001111110011111110100010101011101010000110111111 | 3fa2ae3f3fa2aea1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)