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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 棚誰] | 1001001001001001100100100100111001011101 | 9249924e5d |
EUC-JP | 棚誰] | 1100001110101010110000111010111101011101 | c3aac3af5d |
UTF-8 | 棚誰] | 11100110101000111001101011101000101010101011000001011101 | e6a39ae8aab05d |
UHC | 棚誰] | 1101110111011100111000101100000101011101 | dddce2c15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)