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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 療護湜 | 100101111100001110001100111011001111101101000111 | 97c38cecfb47 |
EUC-JP | 療護湜 | 11001110110001011011100011101110100011111100011111111100 | cec5b8ee8fc7fc |
UTF-8 | 療護湜 | 111001111001100110000010111010001010110110110111111001101011100110011100 | e79982e8adb7e6b99c |
UHC | 療護湜 | 110101101111101111111011110111101110001111010111 | d6fbfbdee3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)