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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 夢? | 100101101011001000111111 | 96b23f |
EUC-JP | 夢醱 | 1100110010110100100011111110001011110111 | ccb48fe2f7 |
UTF-8 | 夢醱 | 111001011010010010100010111010011000011010110001 | e5a4a2e986b1 |
UHC | 夢醱 | 11011001110100111101101110100011 | d9d3dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)