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 | ¾®O | 1000111010111110100011101010111001001111 | 8ebe8eae4f |
SJIS-WIN | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
EUC-JP | ???®O | 00111111001111110011111110001111101000101110111001001111 | 3f3f3f8fa2ee4f |
UTF-8 | ¾®O | 110000101000111011000010101111101100001010001110110000101010111001001111 | c28ec2bec28ec2ae4f |
UHC | ?¾?®O | 00111111101010001111101000111111101000101110011101001111 | 3fa8fa3fa2e74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)