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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | ツ佚ァt | 1100001010011000110000111010011101110100 | c298c3a774 |
EUC-JP | ツ佚ァt | 10001110110000101101000011000101100011101010011101110100 | 8ec2d0c58ea774 |
UTF-8 | ツ佚ァt | 11101111101111101000001011100100101111011001101011101111101111011010011101110100 | efbe82e4bd9aefbda774 |
UHC | ?佚?t | 0011111111101100111010100011111101110100 | 3fecea3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)