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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 質灼軸 | 100011101011111110001110110111001000111010110010 | 8ebf8edc8eb2 |
EUC-JP | 質灼軸 | 101111001100000110111100110111101011110010110100 | bcc1bcdebcb4 |
UTF-8 | 質灼軸 | 111010001011001110101010111001111000000110111100111010001011101110111000 | e8b3aae781bce8bbb8 |
UHC | 質灼軸 | 111100101111010111101101110001111111010111101110 | f2f5edc7f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)