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 | 11000010100100010101000011000010100100010101000001000010 | c29150c2915042 |
EUC-JP | ツ善ツ善B | 100011101100001011000001101100011000111011000010110000011011000101000010 | 8ec2c1b18ec2c1b142 |
UTF-8 | ツ善ツ善B | 11101111101111101000001011100101100101101000010011101111101111101000001011100101100101101000010001000010 | efbe82e59684efbe82e5968442 |
UHC | ?善?善B | 00111111111000001011110000111111111000001011110001000010 | 3fe0bc3fe0bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)