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 | 100011101011110111100111111010011000111010111101111001111110100101000010 | 8ebde7e98ebde7e942 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | ??çé??çéB | 0011111100111111100011111010101110101110100011111010101110110001001111110011111110001111101010111010111010001111101010111011000101000010 | 3f3f8fabae8fabb13f3f8fabae8fabb142 |
UTF-8 | ½çé½çéB | 1100001010001110110000101011110111000011101001111100001110101001110000101000111011000010101111011100001110100111110000111010100101000010 | c28ec2bdc3a7c3a9c28ec2bdc3a7c3a942 |
UHC | ?½???½??B | 0011111110101000111101100011111100111111001111111010100011110110001111110011111101000010 | 3fa8f63f3f3fa8f63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)