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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 祀痍 | 11100010010010101110000101110111 | e24ae177 |
EUC-JP | 祀痍 | 11100011101010111110000111011000 | e3abe1d8 |
UTF-8 | 祀痍 | 111001111010010110000000111001111001011110001101 | e7a580e7978d |
UHC | 祀痍 | 11011110111001011110110010110111 | dee5ecb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)