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 | 晟漕蹄 | 100111011110111010010001100001101001001011111011 | 9dee918692fb |
EUC-JP | 晟漕蹄 | 110110101111000011000001111001101100010011111101 | daf0c1e6c4fd |
UTF-8 | 晟漕蹄 | 111001101001100110011111111001101011110010010101111010001011100110000100 | e6999fe6bc95e8b984 |
UHC | 晟漕蹄 | 111000001111100111110000110011001111000010110100 | e0f9f0ccf0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)