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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 螟ュ謨守ソゥ^ | 11100101101001001010110111100110100101011000111011100111101111111010100101011110 | e5a4ade6958ee7bfa95e |
EUC-JP | 螟ュ謨守ソゥ^ | 11101010101001101000111010101101111010111111010110111100111010011000111010111111100011101010100101011110 | eaa68eadebf5bce98ebf8ea95e |
UTF-8 | 螟ュ謨守ソゥ^ | 11101000100111101001111111101111101111011010110111101000101011001010100011100101101011101000100011101111101111011011111111101111101111011010100101011110 | e89e9fefbdade8aca8e5ae88efbdbfefbda95e |
UHC | 螟?謨守??^ | 11011001101011010011111111011001110010001110000111111010001111110011111101011110 | d9ad3fd9c8e1fa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)