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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 但卒但卒^ | 100100100100000110010001101100101001001001000001100100011011001001011110 | 924191b2924191b25e |
EUC-JP | 但卒但卒^ | 110000111010001011000010101101001100001110100010110000101011010001011110 | c3a2c2b4c3a2c2b45e |
UTF-8 | 但卒但卒^ | 11100100101111011000011011100101100011011001001011100100101111011000011011100101100011011001001001011110 | e4bd86e58d92e4bd86e58d925e |
UHC | 但卒但卒^ | 110100111010001111110000111011111101001110100011111100001110111101011110 | d3a3f0efd3a3f0ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)