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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 岺懈セァ蟆ケ | 111110101010110110011100111001101011111010100111111001011011000010111001 | faad9ce6bea7e5b0b9 |
EUC-JP | 岺懈セァ蟆ケ | 10001111101110111011100011011000111010001000111010111110100011101010011111101010101100101000111010111001 | 8fbbb8d8e88ebe8ea7eab28eb9 |
UTF-8 | 岺懈セァ蟆ケ | 111001011011001010111010111001101000011110001000111011111011110110111110111011111011110110100111111010001001111110000110111011111011110110111001 | e5b2bae68788efbdbeefbda7e89f86efbdb9 |
UHC | 岺懈???? | 1101011010111001111110101010101100111111001111110011111100111111 | d6b9faab3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)