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 | 貅莇恷 | 111001101011101011100100101101001001110010001110 | e6bae4b49c8e |
EUC-JP | 貅莇恷 | 111011001011110011101000101101101101011111101110 | ecbce8b6d7ee |
UTF-8 | 貅莇恷 | 111010001011001010000101111010001000111010000111111001101000000110110111 | e8b285e88e87e681b7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)