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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顫ェ竇カ銓 | 1110100011111010101010101110001010000101101101101110011111110010 | e8faaae285b6e7f2 |
EUC-JP | 顫ェ竇カ銓 | 11110000111111001000111010101010111000111110010110001110101101101110111011110100 | f0fc8eaae3e58eb6eef4 |
UTF-8 | 顫ェ竇カ銓 | 111010011010000110101011111011111011110110101010111001111010101110000111111011111011110110110110111010011000101010010011 | e9a1abefbdaae7ab87efbdb6e98a93 |
UHC | 顫?竇?銓 | 1110111110110101001111111101010011100100001111111110111110110000 | efb53fd4e43fefb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)