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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 譏畷f峵傳F | 1110011010011000100100111110101110000010100001101111101010101110100110010100001001000110 | e69893eb8286faae994246 |
EUC-JP | 譏畷f?傳F | 11101011111110001100011011101101101000111110011000111111110100011010001101000110 | ebf8c6eda3e63fd1a346 |
UTF-8 | 譏畷f峵傳F | 11101000101011011000111111100111100101011011011111101111101111011000011011100101101100111011010111100101100000101011001101000110 | e8ad8fe795b7efbd86e5b3b5e582b346 |
UHC | 譏?f?傳F | 110100011100000100111111101000111110011000111111111011101110111001000110 | d1c13fa3e63feeee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)