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 | ëÞ©P | 11101011110111101010100101010000 | ebdea950 |
SJIS-WIN | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
EUC-JP | ëÞ©P | 10001111101010111011001110001111101010011011000010001111101000101110110101010000 | 8fabb38fa9b08fa2ed50 |
UTF-8 | ëÞ©P | 11000011101010111100001110011110110000101010100101010000 | c3abc39ec2a950 |
UHC | ?Þ?P | 0011111110101000101011010011111101010000 | 3fa8ad3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)