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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鬧ュ竄К\ | 1110100110100111101011011110001010000010100001000100101101011100 | e9a7ade282844b5c |
EUC-JP | 鬧ュ竄К\ | 111100101010100110001110101011011110001111100010101001111010110001011100 | f2a98eade3e2a7ac5c |
UTF-8 | 鬧ュ竄К\ | 111010011010110010100111111011111011110110101101111001111010101110000100110100001001101001011100 | e9aca7efbdade7ab84d09a5c |
UHC | 鬧?竄К\ | 1101011110100010001111111111001111000001101011001010110001011100 | d7a23ff3c1acac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)