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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | ツ從テゥテョP | 1100001010011100011011101100001110101001110000111010111001010000 | c29c6ec3a9c3ae50 |
EUC-JP | ツ從テゥテョP | 10001110110000101101011111001111100011101100001110001110101010011000111011000011100011101010111001010000 | 8ec2d7cf8ec38ea98ec38eae50 |
UTF-8 | ツ從テゥテョP | 11101111101111101000001011100101101111101001111011101111101111101000001111101111101111011010100111101111101111101000001111101111101111011010111001010000 | efbe82e5be9eefbe83efbda9efbe83efbdae50 |
UHC | ?從????P | 0011111111110000111101000011111100111111001111110011111101010000 | 3ff0f43f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)