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 | Ô¢ÀÏÔ¢ | 110101001010001011000000110011111101010010100010 | d4a2c0cfd4a2 |
SJIS-WIN | ?¢???¢ | 0011111110000001100100010011111100111111001111111000000110010001 | 3f81913f3f3f8191 |
EUC-JP | Ô¢ÀÏÔ¢ | 10001111101010101101010010100001111100011000111110101010101000101000111110101010110000011000111110101010110101001010000111110001 | 8faad4a1f18faaa28faac18faad4a1f1 |
UTF-8 | Ô¢ÀÏÔ¢ | 110000111001010011000010101000101100001110000000110000111000111111000011100101001100001010100010 | c394c2a2c380c38fc394c2a2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)