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 | ©£©¡¨ù¨ | 10101001101000111010100110100001101010001111100110101000 | a9a3a9a1a8f9a8 |
SJIS-WIN | ?£??¨?¨ | 00111111100000011001001000111111001111111000000101001110001111111000000101001110 | 3f81923f3f814e3f814e |
EUC-JP | ©£©¡¨ù¨ | 100011111010001011101101101000011111001010001111101000101110110110001111101000101100001010100001101011111000111110101011111000111010000110101111 | 8fa2eda1f28fa2ed8fa2c2a1af8fabe3a1af |
UTF-8 | ©£©¡¨ù¨ | 1100001010101001110000101010001111000010101010011100001010100001110000101010100011000011101110011100001010101000 | c2a9c2a3c2a9c2a1c2a8c3b9c2a8 |
UHC | ???¡¨?¨ | 00111111001111110011111110100010101011101010000110100111001111111010000110100111 | 3f3f3fa2aea1a73fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)