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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ毓ツ | 11000010100111110111100111000010 | c29f79c2 |
EUC-JP | ツ毓ツ | 100011101100001011011101110110101000111011000010 | 8ec2ddda8ec2 |
UTF-8 | ツ毓ツ | 111011111011111010000010111001101010111110010011111011111011111010000010 | efbe82e6af93efbe82 |
UHC | ?毓? | 00111111111010111011111000111111 | 3febbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)