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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツ組ツ組B | 11000010100100010110011111000010100100010110011101000010 | c29167c2916742 |
EUC-JP | ツ組ツ組B | 100011101100001011000001110010001000111011000010110000011100100001000010 | 8ec2c1c88ec2c1c842 |
UTF-8 | ツ組ツ組B | 11101111101111101000001011100111101101011000010011101111101111101000001011100111101101011000010001000010 | efbe82e7b584efbe82e7b58442 |
UHC | ?組?組B | 00111111111100001101101000111111111100001101101001000010 | 3ff0da3ff0da42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)