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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楯楯俯 | 100011110111110010001111011111001001100011101011 | 8f7c8f7c98eb |
EUC-JP | 楯楯俯 | 101111011101110110111101110111011101000011101101 | bdddbdddd0ed |
UTF-8 | 楯楯俯 | 111001101010010110101111111001101010010110101111111001001011111110101111 | e6a5afe6a5afe4bfaf |
UHC | 楯楯俯 | 111000101110010011100010111001001101110011110110 | e2e4e2e4dcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)