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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ツ崚有hツ崚有 | 1100001010011011110000111001011101001100011010001100001010011011110000111001011101001100 | c29bc3974c68c29bc3974c |
EUC-JP | ツ崚有hツ崚有 | 10001110110000101101011011000101110011011010110101101000100011101100001011010110110001011100110110101101 | 8ec2d6c5cdad688ec2d6c5cdad |
UTF-8 | ツ崚有hツ崚有 | 11101111101111101000001011100101101101001001101011100110100111001000100101101000111011111011111010000010111001011011010010011010111001101001110010001001 | efbe82e5b49ae69c8968efbe82e5b49ae69c89 |
UHC | ??有h??有 | 001111110011111111101010111100110110100000111111001111111110101011110011 | 3f3feaf3683f3feaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)