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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ堕佚。テー | 1100001010010001110000101001100011000011101000011100001110110000 | c291c298c3a1c3b0 |
EUC-JP | ツ堕佚。テー | 100011101100001011000010110001001101000011000101100011101010000110001110110000111000111010110000 | 8ec2c2c4d0c58ea18ec38eb0 |
UTF-8 | ツ堕佚。テー | 111011111011111010000010111001011010000010010101111001001011110110011010111011111011110110100001111011111011111010000011111011111011110110110000 | efbe82e5a095e4bd9aefbda1efbe83efbdb0 |
UHC | ??佚??? | 00111111001111111110110011101010001111110011111100111111 | 3f3fecea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)