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 | 鬯倅ケ暦ス | 1110100110101100100110001110010010111001100101111110111110111101 | e9ac98e4b997efbd |
EUC-JP | 鬯倅ケ暦ス | 11110010101011101101000011100110100011101011100111001110111100011000111010111101 | f2aed0e68eb9cef18ebd |
UTF-8 | 鬯倅ケ暦ス | 111010011010110010101111111001011000000010000101111011111011110110111001111001101001101010100110111011111011110110111101 | e9acafe58085efbdb9e69aa6efbdbd |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)