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 | ??@U | 00111111001111110100000001010101 | 3f3f4055 |
SJIS-WIN | ?ェ@U | 00111111101010100100000001010101 | 3faa4055 |
EUC-JP | ?ェ@U | 0011111110001110101010100100000001010101 | 3f8eaa4055 |
UTF-8 | 䵸ェ@U | 1110010010110101101110001110111110111101101010100100000001010101 | e4b5b8efbdaa4055 |
UHC | ??@U | 00111111001111110100000001010101 | 3f3f4055 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)