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 | 叱昇ッ | 111100101011010110001110101101101000111110111000111101111000111010101111 | f2b58eb68fb8f78eaf |
EUC-JP | ?叱昇?ッ | 0011111110111100101110001011111010111010001111111000111010101111 | 3fbcb8beba3f8eaf |
UTF-8 | 叱昇ッ | 111011101000011110101100111001011000111110110001111001101001100010000111111011101001010110110001111011111011110110101111 | ee87ace58fb1e69887ee95b1efbdaf |
UHC | ?叱昇?? | 00111111111100101110101011100011101100000011111100111111 | 3ff2eae3b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)