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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 贍渫\ | 1110011011010110100111111101011001011100 | e6d69fd65c |
EUC-JP | 贍渫\ | 1110110011011000110111101101100001011100 | ecd8ded85c |
UTF-8 | 贍渫\ | 11101000101101001000110111100110101110001010101101011100 | e8b48de6b8ab5c |
UHC | 贍渫\ | 1110000011101011111000001101111001011100 | e0ebe0de5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)