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 | 鶉躡樂躊輒 | 11101010010001111110011101011001100111101101100111100111010100111110011101101011 | ea47e7599ed9e753e76b |
EUC-JP | 鶉躡樂躊輒 | 11110011101010001110110110111010110111001101101111101101101101001110110111001100 | f3a8edbadcdbedb4edcc |
UTF-8 | 鶉躡樂躊輒 | 111010011011011010001001111010001011101010100001111001101010100010000010111010001011101010001010111010001011110010010010 | e9b689e8baa1e6a882e8ba8ae8bc92 |
UHC | ??樂躊輒 | 0011111100111111111001001100010111110001110011001111010011100101 | 3f3fe4c5f1ccf4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)