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 | ÖüAÇB | 1101011011111100010000011100011101000010 | d6fc41c742 |
SJIS-WIN | ??A?B | 0011111100111111010000010011111101000010 | 3f3f413f42 |
EUC-JP | ÖüAÇB | 1000111110101010110100111000111110101011111001000100000110001111101010101010111001000010 | 8faad38fabe4418faaae42 |
UTF-8 | ÖüAÇB | 1100001110010110110000111011110001000001110000111000011101000010 | c396c3bc41c38742 |
UHC | ??A?B | 0011111100111111010000010011111101000010 | 3f3f413f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)