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 | 꺥B | 1110101010111010100011101010010101000010 | eaba8ea542 |
SJIS-WIN | ???¥B | 001111110011111100111111100000011000111101000010 | 3f3f3f818f42 |
EUC-JP | �?B | 100011111010101110110100100011111010001011101011001111110011111101000010 | 8fabb48fa2eb3f3f42 |
UTF-8 | 꺥B | 110000111010101011000010101110101100001010001110110000101010010101000010 | c3aac2bac28ec2a542 |
UHC | ?º??B | 001111111010100010101100001111110011111101000010 | 3fa8ac3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)