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 | 陲∝ッ | 1110100010100010100000011110010110101111 | e8a281e5af |
EUC-JP | 陲∝ッ | 111100001010010010100010111001111000111010101111 | f0a4a2e78eaf |
UTF-8 | 陲∝ッ | 111010011001100110110010111000101000100010011101111011111011110110101111 | e999b2e2889defbdaf |
UHC | ?∝? | 00111111101000011111000000111111 | 3fa1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)