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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 諸?? | 10001111100101000011111100111111 | 8f943f3f |
EUC-JP | 諸®? | 101111011111010010001111101000101110111000111111 | bdf48fa2ee3f |
UTF-8 | 諸®ㅅ | 1110100010101011101110001100001010101110111000111000010110000101 | e8abb8c2aee38585 |
UHC | 諸®ㅅ | 111100001011001110100010111001111010010010110101 | f0b3a2e7a4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)