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 | 跿雕煮 | 111001101111001111101000101110001000111011001111 | e6f3e8b88ecf |
EUC-JP | 跿雕煮 | 111011001111010111110000101110101011110011010001 | ecf5f0babcd1 |
UTF-8 | 跿雕煮 | 111010001011011110111111111010011001101110010101111001111000010110101110 | e8b7bfe99b95e785ae |
UHC | ?雕煮 | 0011111111110000111001111110110110110100 | 3ff0e7edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)