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 | 膕∵燦 | 111001000101000110000001111001101000111001010111 | e45181e68e57 |
EUC-JP | 膕∵燦 | 111001111011001010100010111010001011101110111000 | e7b2a2e8bbb8 |
UTF-8 | 膕∵燦 | 111010001000011010010101111000101000100010110101111001111000011110100110 | e88695e288b5e787a6 |
UHC | ?∵燦 | 0011111110100001111100011111001110111110 | 3fa1f1f3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)