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 | 頏疾昇 | 111010001111000010001110101111101000111110111000 | e8f08ebe8fb8 |
EUC-JP | 頏疾昇 | 111100001111001010111100110000001011111010111010 | f0f2bcc0beba |
UTF-8 | 頏疾昇 | 111010011010000010001111111001111001011010111110111001101001100010000111 | e9a08fe796bee69887 |
UHC | ?疾昇 | 0011111111110010111100001110001110110000 | 3ff2f0e3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)