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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 湜疾辞\ | 111110110100011110001110101111101111000111111011100011101010101101011100 | fb478ebef1fb8eab5c |
EUC-JP | 湜疾?辞\ | 100011111100011111111100101111001100000000111111101111001010110101011100 | 8fc7fcbcc03fbcad5c |
UTF-8 | 湜疾辞\ | 11100110101110011001110011100111100101101011111011101110100001011011011011101000101111101001111001011100 | e6b99ce796beee85b6e8be9e5c |
UHC | 湜疾??\ | 11100011110101111111001011110000001111110011111101011100 | e3d7f2f03f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)