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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ崢青佚ァ | 1100001010011011110000101001000011000010100110001100001110100111 | c29bc290c298c3a7 |
EUC-JP | ツ崢青佚ァ | 10001110110000101101011011000100110000001100010011010000110001011000111010100111 | 8ec2d6c4c0c4d0c58ea7 |
UTF-8 | ツ崢青佚ァ | 111011111011111010000010111001011011010010100010111010011001110110010010111001001011110110011010111011111011110110100111 | efbe82e5b4a2e99d92e4bd9aefbda7 |
UHC | ???佚? | 001111110011111100111111111011001110101000111111 | 3f3f3fecea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)