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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 績?訊?狎 | 1001000011010001001111111001000001110101001111111110000010111110 | 90d13f90753fe0be |
EUC-JP | 績?訊?狎 | 1100000011010011001111111011111111010110001111111110000011000000 | c0d33fbfd63fe0c0 |
UTF-8 | 績렧訊렦狎 | 111001111011100010111110111010111010000010100111111010001010100010001010111010111010000010100110111001111000101110001110 | e7b8beeba0a7e8a88aeba0a6e78b8e |
UHC | 績렧訊렦狎 | 11101110111000001000111010110110111000111111001010001110101101011110010011100100 | eee08eb6e3f28eb5e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)