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 | ¢ù¡à^ | 1010001011111001101000011110000001011110 | a2f9a1e05e |
SJIS-WIN | ¢???^ | 100000011001000100111111001111110011111101011110 | 81913f3f3f5e |
EUC-JP | ¢ù¡à^ | 101000011111000110001111101010111110001110001111101000101100001010001111101010111010001001011110 | a1f18fabe38fa2c28faba25e |
UTF-8 | ¢ù¡à^ | 110000101010001011000011101110011100001010100001110000111010000001011110 | c2a2c3b9c2a1c3a05e |
UHC | ??¡?^ | 001111110011111110100010101011100011111101011110 | 3f3fa2ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)