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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霓晤ー溲シ | 1110100010111101100111011110101110110000100111111110101010111100 | e8bd9debb09feabc |
EUC-JP | 霓晤ー溲シ | 11110000101111111101101011101101100011101011000011011110111011001000111010111100 | f0bfdaed8eb0deec8ebc |
UTF-8 | 霓晤ー溲シ | 111010011001110010010011111001101001100110100100111011111011110110110000111001101011101010110010111011111011110110111100 | e99c93e699a4efbdb0e6bab2efbdbc |
UHC | 霓晤??? | 11100111111001111110011111111011001111110011111100111111 | e7e7e7fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)