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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 霍帷、シ讓コB | 11101000101101111001101111100111101001001011110011100110101010001011101001000010 | e8b79be7a4bce6a8ba42 |
EUC-JP | 霍帷、シ讓コB | 11110000101110011101011011101001100011101010010010001110101111001110110010101010100011101011101001000010 | f0b9d6e98ea48ebcecaa8eba42 |
UTF-8 | 霍帷、シ讓コB | 11101001100111001000110111100101101110001011011111101111101111011010010011101111101111011011110011101000101011101001001111101111101111011011101001000010 | e99c8de5b8b7efbda4efbdbce8ae93efbdba42 |
UHC | ????讓?B | 0011111100111111001111110011111111100101110100110011111101000010 | 3f3f3f3fe5d33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)