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 | 螯匁・婆 | 11100101101001101001011011100110101001011001010001101011 | e5a696e6a5946b |
EUC-JP | 螯匁・婆 | 1110101010101000110011001110100010001110101001011100011111001100 | eaa8cce88ea5c7cc |
UTF-8 | 螯匁・婆 | 111010001001111010101111111001011000110010000001111011111011110110100101111001011010100110000110 | e89eafe58c81efbda5e5a986 |
UHC | ???婆 | 0011111100111111001111111111011111101000 | 3f3f3ff7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)