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 | 莵謝質 | 111001001011011110001110110100111000111010111111 | e4b78ed38ebf |
EUC-JP | 莵謝質 | 111010001011100110111100110101011011110011000001 | e8b9bcd5bcc1 |
UTF-8 | 莵謝質 | 111010001000111010110101111010001010110010011101111010001011001110101010 | e88eb5e8ac9de8b3aa |
UHC | ?謝質 | 0011111111011110111100111111001011110101 | 3fdef3f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)