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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | ??¨? | 0011111100111111100000010100111000111111 | 3f3f814e3f |
EUC-JP | ??¨? | 0011111100111111101000011010111100111111 | 3f3fa1af3f |
UTF-8 | 緣쏅¨劉 | 1110011110110111101000111110110010001111100001011100001010101000111011111010011110000111 | e7b7a3ec8f85c2a8efa787 |
UHC | 緣쏅¨劉 | 1110011011011110100110111110101110100001101001111110101011100101 | e6de9beba1a7eae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)