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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | ツ可崚」x | 11000010100010011100001010011011110000111010001101111000 | c289c29bc3a378 |
EUC-JP | ツ可崚」x | 100011101100001010110010110001001101011011000101100011101010001101111000 | 8ec2b2c4d6c58ea378 |
UTF-8 | ツ可崚」x | 11101111101111101000001011100101100011111010111111100101101101001001101011101111101111011010001101111000 | efbe82e58fafe5b49aefbda378 |
UHC | ?可??x | 001111111100101010100110001111110011111101111000 | 3fcaa63f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)