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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 是蓚我h | 10010000101001011110010011101001100010011110010001101000 | 90a5e4e989e468 |
EUC-JP | 是蓚我h | 11000000101001111110100011101011101100101110011001101000 | c0a7e8ebb2e668 |
UTF-8 | 是蓚我h | 11100110100110001010111111101000100100111001101011100110100010001001000101101000 | e698afe8939ae6889168 |
UHC | 是蓚我h | 11100011110000001110001010111110111001001011001001101000 | e3c0e2bee4b268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)