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 | 議?竣?? | 10001011011000110011111110001111011101100011111100111111 | 8b633f8f763f3f |
EUC-JP | 議?竣?珽 | 101101011100010000111111101111011101011100111111100011111100101111111110 | b5c43fbdd73f8fcbfe |
UTF-8 | 議렣竣렕珽 | 111010001010110110110000111010111010000010100011111001111010101110100011111010111010000010010101111001111000111110111101 | e8adb0eba0a3e7aba3eba095e78fbd |
UHC | 議렣竣렕珽 | 11101100101000011000111010110100111100011110001010001110101010101110111111101010 | eca18eb4f1e28eaaefea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)