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 | 貅占事 | 111001101011101010010000111010001000111010010110 | e6ba90e88e96 |
EUC-JP | 貅占事 | 111011001011110011000000111010101011101111110110 | ecbcc0eabbf6 |
UTF-8 | 貅占事 | 111010001011001010000101111001011000110110100000111001001011101010001011 | e8b285e58da0e4ba8b |
UHC | ?占事 | 0011111111101111101111111101111011000000 | 3fefbfdec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)