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 | 雎医l蜿ウ | 111010001011000110001000111000111000001010001100111001011000111110110011 | e8b188e3828ce58fb3 |
EUC-JP | 雎医l蜿ウ | 11110000101100111011000011100101101000111110110011101001111011111000111010110011 | f0b3b0e5a3ece9ef8eb3 |
UTF-8 | 雎医l蜿ウ | 111010011001101110001110111001011000110010111011111011111011110110001100111010001001110010111111111011111011110110110011 | e99b8ee58cbbefbd8ce89cbfefbdb3 |
UHC | 雎?l?? | 11101110110100010011111110100011111011000011111100111111 | eed13fa3ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)