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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蹂守去^ | 11100110111110001000111011100111100010111000111001011110 | e6f88ee78b8e5e |
EUC-JP | 蹂守去^ | 11101100111110101011110011101001101101011110111001011110 | ecfabce9b5ee5e |
UTF-8 | 蹂守去^ | 11101000101110011000001011100101101011101000100011100101100011101011101101011110 | e8b982e5ae88e58ebb5e |
UHC | 蹂守去^ | 11101011101100111110000111111010110010111101101101011110 | ebb3e1facbdb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)