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 | ??r{d | 0011111100111111011100100111101101100100 | 3f3f727b64 |
SJIS-WIN | 楯?r{d | 100011110111110000111111011100100111101101100100 | 8f7c3f727b64 |
EUC-JP | 楯?r{d | 101111011101110100111111011100100111101101100100 | bddd3f727b64 |
UTF-8 | 楯윗r{d | 111001101010010110101111111011001001110010010111011100100111101101100100 | e6a5afec9c97727b64 |
UHC | 楯윗r{d | 11100010111001001100000010101101011100100111101101100100 | e2e4c0ad727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)