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 | ²¼á | 100011101100001010001110101100101011110011100001 | 8ec28eb2bce1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Â???á | 00111111100011111010101010100100001111110011111100111111100011111010101110100001 | 3f8faaa43f3f3f8faba1 |
UTF-8 | ²¼á | 110000101000111011000011100000101100001010001110110000101011001011000010101111001100001110100001 | c28ec382c28ec2b2c2bcc3a1 |
UHC | ???²¼? | 0011111100111111001111111010100111110111101010001111100100111111 | 3f3f3fa9f7a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)