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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 赦杓贏籬h | 100011101100110110001110110110111110011011010101111000101101111101101000 | 8ecd8edbe6d5e2df68 |
EUC-JP | 赦杓贏籬h | 101111001100111110111100110111011110110011010111111001001110000101101000 | bccfbcddecd7e4e168 |
UTF-8 | 赦杓贏籬h | 11101000101101011010011011100110100111011001001111101000101101001000111111100111101100011010110001101000 | e8b5a6e69d93e8b48fe7b1ac68 |
UHC | 赦杓?籬h | 1101111011110101111110001111010100111111110101111110011001101000 | def5f8f53fd7e668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)