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 | ©£©ø¢¯ | 101010011010001110101001111110001010001010101111 | a9a3a9f8a2af |
SJIS-WIN | ?£??¢? | 0011111110000001100100100011111100111111100000011001000100111111 | 3f81923f3f81913f |
EUC-JP | ©£©ø¢¯ | 10001111101000101110110110100001111100101000111110100010111011011000111110101001110011001010000111110001100011111010001010110100 | 8fa2eda1f28fa2ed8fa9cca1f18fa2b4 |
UTF-8 | ©£©ø¢¯ | 110000101010100111000010101000111100001010101001110000111011100011000010101000101100001010101111 | c2a9c2a3c2a9c3b8c2a2c2af |
UHC | ???ø?? | 00111111001111110011111110101001101010100011111100111111 | 3f3f3fa9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)