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 | 鬩「蟒キ邃。^ | 11101001101010011010001011100101101110111011011111100010100001001010000101011110 | e9a9a2e5bbb7e284a15e |
EUC-JP | 鬩「蟒キ邃。^ | 11110010101010111000111010100010111010101011110110001110101101111110001111100100100011101010000101011110 | f2ab8ea2eabd8eb7e3e48ea15e |
UTF-8 | 鬩「蟒キ邃。^ | 11101001101011001010100111101111101111011010001011101000100111111001001011101111101111011011011111101001100000101000001111101111101111011010000101011110 | e9aca9efbda2e89f92efbdb7e98283efbda15e |
UHC | ????邃?^ | 0011111100111111001111110011111111100010110001010011111101011110 | 3f3f3f3fe2c53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)