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 | ¨ù¨¢¨ | 1010100011111001101010001010001010101000 | a8f9a8a2a8 |
SJIS-WIN | ¨?¨¢¨ | 100000010100111000111111100000010100111010000001100100011000000101001110 | 814e3f814e8191814e |
EUC-JP | ¨ù¨¢¨ | 1010000110101111100011111010101111100011101000011010111110100001111100011010000110101111 | a1af8fabe3a1afa1f1a1af |
UTF-8 | ¨ù¨¢¨ | 11000010101010001100001110111001110000101010100011000010101000101100001010101000 | c2a8c3b9c2a8c2a2c2a8 |
UHC | ¨?¨?¨ | 1010000110100111001111111010000110100111001111111010000110100111 | a1a73fa1a73fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)