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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 腴o式BF | 1110010001001010100000101000111110001110101011100100001001000110 | e44a828f8eae4246 |
EUC-JP | 腴o式BF | 1110011110101011101000111110111110111100101100000100001001000110 | e7aba3efbcb04246 |
UTF-8 | 腴o式BF | 1110100010000101101101001110111110111101100011111110010110111100100011110100001001000110 | e885b4efbd8fe5bc8f4246 |
UHC | ?o式BF | 00111111101000111110111111100011110100100100001001000110 | 3fa3efe3d24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)