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 | 劑??齬 | 100110011001110100111111001111111110101010010111 | 999d3f3fea97 |
EUC-JP | 劑??齬 | 110100011111110100111111001111111111001111110111 | d1fd3f3ff3f7 |
UTF-8 | 劑흣써齬 | 111001011000101010010001111011011001110110100011111011001000110110101000111010011011110110101100 | e58a91ed9da3ec8da8e9bdac |
UHC | 劑흣써齬 | 1111000010100101110010001110111010111101111000011110010111100001 | f0a5c8eebde1e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)