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 | 00111111001111110101111101010000 | 3f3f5f50 |
SJIS-WIN | ツ達_P | 1100001010010010010000100101111101010000 | c292425f50 |
EUC-JP | ツ達_P | 100011101100001011000011101000110101111101010000 | 8ec2c3a35f50 |
UTF-8 | ツ達_P | 1110111110111110100000101110100110000001100101000101111101010000 | efbe82e981945f50 |
UHC | ?達_P | 0011111111010011101110010101111101010000 | 3fd3b95f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)