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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煆、鰉 | 1111101101010110101001001110100111010001 | fb56a4e9d1 |
EUC-JP | 煆、鰉 | 10001111110010011111010010001110101001001111001011010011 | 8fc9f48ea4f2d3 |
UTF-8 | 煆、鰉 | 111001111000010110000110111011111011110110100100111010011011000010001001 | e78586efbda4e9b089 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)