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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツ善ツ洩ツ洩^ | 11000010100100010101000011000010100010010110101111000010100010010110101101011110 | c29150c2896bc2896b5e |
EUC-JP | ツ善ツ洩ツ洩^ | 10001110110000101100000110110001100011101100001010110001110011001000111011000010101100011100110001011110 | 8ec2c1b18ec2b1cc8ec2b1cc5e |
UTF-8 | ツ善ツ洩ツ洩^ | 11101111101111101000001011100101100101101000010011101111101111101000001011100110101101001010100111101111101111101000001011100110101101001010100101011110 | efbe82e59684efbe82e6b4a9efbe82e6b4a95e |
UHC | ?善?洩?洩^ | 00111111111000001011110000111111111000001101110100111111111000001101110101011110 | 3fe0bc3fe0dd3fe0dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)