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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ツ蘇ツ蘇^ | 11000010100100010110100011000010100100010110100001011110 | c29168c291685e |
EUC-JP | ツ蘇ツ蘇^ | 100011101100001011000001110010011000111011000010110000011100100101011110 | 8ec2c1c98ec2c1c95e |
UTF-8 | ツ蘇ツ蘇^ | 11101111101111101000001011101000100110001000011111101111101111101000001011101000100110001000011101011110 | efbe82e89887efbe82e898875e |
UHC | ?蘇?蘇^ | 00111111111000011100110000111111111000011100110001011110 | 3fe1cc3fe1cc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)