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 | ??N??gB | 00111111001111110100111000111111001111110110011101000010 | 3f3f4e3f3f6742 |
SJIS-WIN | テサNツヲgB | 11000011101110110100111011000010101001100110011101000010 | c3bb4ec2a66742 |
EUC-JP | テサNツヲgB | 1000111011000011100011101011101101001110100011101100001010001110101001100110011101000010 | 8ec38ebb4e8ec28ea66742 |
UTF-8 | テサNツヲgB | 111011111011111010000011111011111011110110111011010011101110111110111110100000101110111110111101101001100110011101000010 | efbe83efbdbb4eefbe82efbda66742 |
UHC | ??N??gB | 00111111001111110100111000111111001111110110011101000010 | 3f3f4e3f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)