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 | 蔆爵質 | 111001001100111110001110110111011000111010111111 | e4cf8edd8ebf |
EUC-JP | 蔆爵質 | 111010001101000110111100110111111011110011000001 | e8d1bcdfbcc1 |
UTF-8 | 蔆爵質 | 111010001001010010000110111001111000100010110101111010001011001110101010 | e89486e788b5e8b3aa |
UHC | ?爵質 | 0011111111101101110010011111001011110101 | 3fedc9f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)