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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 湜疾辞U | 111110110100011110001110101111101111000111111011100011101010101101010101 | fb478ebef1fb8eab55 |
EUC-JP | 湜疾?辞U | 100011111100011111111100101111001100000000111111101111001010110101010101 | 8fc7fcbcc03fbcad55 |
UTF-8 | 湜疾辞U | 11100110101110011001110011100111100101101011111011101110100001011011011011101000101111101001111001010101 | e6b99ce796beee85b6e8be9e55 |
UHC | 湜疾??U | 11100011110101111111001011110000001111110011111101010101 | e3d7f2f03f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)