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? | 00111111001111110100100000111111 | 3f3f483f |
SJIS-WIN | 拗?H賃 | 100111010101100000111111010010001001001011000000 | 9d583f4892c0 |
EUC-JP | 拗?H賃 | 110110011011100100111111010010001100010011000010 | d9b93f48c4c2 |
UTF-8 | 拗렚H賃 | 11100110100010111001011111101011101000001001101001001000111010001011001110000011 | e68b97eba09a48e8b383 |
UHC | 拗렚H賃 | 11101000111100111000111010101101010010001110110011111100 | e8f38ead48ecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)