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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蹂守去\ | 11100110111110001000111011100111100010111000111001011100 | e6f88ee78b8e5c |
EUC-JP | 蹂守去\ | 11101100111110101011110011101001101101011110111001011100 | ecfabce9b5ee5c |
UTF-8 | 蹂守去\ | 11101000101110011000001011100101101011101000100011100101100011101011101101011100 | e8b982e5ae88e58ebb5c |
UHC | 蹂守去\ | 11101011101100111110000111111010110010111101101101011100 | ebb3e1facbdb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)