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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???塋? | 001111110011111100111111100110101100100000111111 | 3f3f3f9ac83f |
EUC-JP | ???塋? | 001111110011111100111111110101001100101000111111 | 3f3f3fd4ca3f |
UTF-8 | 療뤄숱塋뤷 | 111011111010011110000001111010111010010010000100111011001000100010110001111001011010000110001011111010111010010010110111 | efa781eba484ec88b1e5a18beba4b7 |
UHC | 療뤄숱塋뤷 | 11101000111111101011011111101111101111011010001011100111101010111000111111100101 | e8feb7efbda2e7ab8fe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)