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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質瑤雫 | 1111000010110010100011101011111111101010101000101000111010110100 | f0b28ebfeaa28eb4 |
EUC-JP | ?質瑤雫 | 00111111101111001100000111110100101001001011110010110110 | 3fbcc1f4a4bcb6 |
UTF-8 | 質瑤雫 | 111011101000000110110001111010001011001110101010111001111001000110100100111010011001101110101011 | ee81b1e8b3aae791a4e99bab |
UHC | ?質瑤? | 001111111111001011110101111010001111110100111111 | 3ff2f5e8fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)