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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顰撰ス。顏侑 | 11101000111111001001000011101111101111011010000111101000111110001001100011010000 | e8fc90efbda1e8f898d0 |
EUC-JP | 顰撰ス。顏侑 | 111100001111111011000000111100011000111010111101100011101010000111110000111110101101000011010010 | f0fec0f18ebd8ea1f0fad0d2 |
UTF-8 | 顰撰ス。顏侑 | 111010011010000110110000111001101001001010110000111011111011110110111101111011111011110110100001111010011010000110001111111001001011111010010001 | e9a1b0e692b0efbdbdefbda1e9a18fe4be91 |
UHC | ?撰???侑 | 0011111111110011101111000011111100111111001111111110101011100010 | 3ff3bc3f3f3feae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)