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 | ???jF | 0011111100111111001111110110101001000110 | 3f3f3f6a46 |
SJIS-WIN | 但達達jF | 1001001001000001100100100100001010010010010000100110101001000110 | 9241924292426a46 |
EUC-JP | 但達達jF | 1100001110100010110000111010001111000011101000110110101001000110 | c3a2c3a3c3a36a46 |
UTF-8 | 但達達jF | 1110010010111101100001101110100110000001100101001110100110000001100101000110101001000110 | e4bd86e98194e981946a46 |
UHC | 但達達jF | 1101001110100011110100111011100111010011101110010110101001000110 | d3a3d3b9d3b96a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)