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 | 蹂守昇 | 111001101111100010001110111001111000111110111000 | e6f88ee78fb8 |
EUC-JP | 蹂守昇 | 111011001111101010111100111010011011111010111010 | ecfabce9beba |
UTF-8 | 蹂守昇 | 111010001011100110000010111001011010111010001000111001101001100010000111 | e8b982e5ae88e69887 |
UHC | 蹂守昇 | 111010111011001111100001111110101110001110110000 | ebb3e1fae3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)