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 | ©¡¨ù¨ | 1010100110100001101010001111100110101000 | a9a1a8f9a8 |
SJIS-WIN | ??¨?¨ | 00111111001111111000000101001110001111111000000101001110 | 3f3f814e3f814e |
EUC-JP | ©¡¨ù¨ | 10001111101000101110110110001111101000101100001010100001101011111000111110101011111000111010000110101111 | 8fa2ed8fa2c2a1af8fabe3a1af |
UTF-8 | ©¡¨ù¨ | 11000010101010011100001010100001110000101010100011000011101110011100001010101000 | c2a9c2a1c2a8c3b9c2a8 |
UHC | ?¡¨?¨ | 0011111110100010101011101010000110100111001111111010000110100111 | 3fa2aea1a73fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)