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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楡蓑燐 | 100111101011111010010110101010101001011111010011 | 9ebe96aa97d3 |
EUC-JP | 楡蓑燐 | 110111001100000011001100101011001100111011010101 | dcc0ccacced5 |
UTF-8 | 楡蓑燐 | 111001101010010110100001111010001001001110010001111001111000011110010000 | e6a5a1e89391e78790 |
UHC | 楡蓑燐 | 111010101111100011011110111011101101011111110010 | eaf8deeed7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)