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 | 銜ケ謔滉セ | 1110011111110000101110011110011010000010100111111110010010111110 | e7f0b9e6829fe4be |
EUC-JP | 銜ケ謔滉セ | 11101110111100101000111010111001111010111110001011011110111001101000111010111110 | eef28eb9ebe2dee68ebe |
UTF-8 | 銜ケ謔滉セ | 111010011000101010011100111011111011110110111001111010001010110010010100111001101011101110001001111011111011110110111110 | e98a9cefbdb9e8ac94e6bb89efbdbe |
UHC | 銜?謔滉? | 1111100111100111001111111111100111001100111111001101000100111111 | f9e73ff9ccfcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)