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 | ??C????\h | 001111110011111101000011001111110011111100111111001111110101110001101000 | 3f3f433f3f3f3f5c68 |
SJIS-WIN | テシCテキツゥ\h | 110000111011110001000011110000111011011111000010101010010101110001101000 | c3bc43c3b7c2a95c68 |
EUC-JP | テシCテキツゥ\h | 100011101100001110001110101111000100001110001110110000111000111010110111100011101100001010001110101010010101110001101000 | 8ec38ebc438ec38eb78ec28ea95c68 |
UTF-8 | テシCテキツゥ\h | 111011111011111010000011111011111011110110111100010000111110111110111110100000111110111110111101101101111110111110111110100000101110111110111101101010010101110001101000 | efbe83efbdbc43efbe83efbdb7efbe82efbda95c68 |
UHC | ??C????\h | 001111110011111101000011001111110011111100111111001111110101110001101000 | 3f3f433f3f3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)