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 | 緬? | 100101101100100100111111 | 96c93f |
EUC-JP | 緬? | 110011001100101100111111 | cccb3f |
UTF-8 | 緬룫 | 111001111011011110101100111010111010001110101011 | e7b7aceba3ab |
UHC | 緬룫 | 11011000111110111000111110100010 | d8fb8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)