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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 阮ー豁③F | 1110100010010110101100001110011010101101100001110100001001000110 | e896b0e6ad874246 |
EUC-JP | 阮ー豁?F | 1110111111110110100011101011000011101100101011110011111101000110 | eff68eb0ecaf3f46 |
UTF-8 | 阮ー豁③F | 11101001100110001010111011101111101111011011000011101000101100011000000111100010100100011010001001000110 | e998aeefbdb0e8b181e291a246 |
UHC | 阮?豁③F | 1110100011010110001111111111110011000011101010001110100101000110 | e8d63ffcc3a8e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)