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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝸ス雕オ | 111001011001011110111101111010001011100010110101 | e597bde8b8b5 |
EUC-JP | 蝸ス雕オ | 1110100111110111100011101011110111110000101110101000111010110101 | e9f78ebdf0ba8eb5 |
UTF-8 | 蝸ス雕オ | 111010001001110110111000111011111011110110111101111010011001101110010101111011111011110110110101 | e89db8efbdbde99b95efbdb5 |
UHC | 蝸?雕? | 111010001100010000111111111100001110011100111111 | e8c43ff0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)