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 | ???^B | 0011111100111111001111110101111001000010 | 3f3f3f5e42 |
SJIS-WIN | テ氾。^B | 110000111001010011000011101000010101111001000010 | c394c3a15e42 |
EUC-JP | テ氾。^B | 1000111011000011110010001100010110001110101000010101111001000010 | 8ec3c8c58ea15e42 |
UTF-8 | テ氾。^B | 1110111110111110100000111110011010110000101111101110111110111101101000010101111001000010 | efbe83e6b0beefbda15e42 |
UHC | ?氾?^B | 001111111101101111110000001111110101111001000010 | 3fdbf03f5e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)