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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???輿 | 0011111100111111001111111001011101100000 | 3f3f3f9760 |
EUC-JP | ???輿 | 0011111100111111001111111100110111000001 | 3f3f3fcdc1 |
UTF-8 | 說븍젪輿 | 111011111010011010100001111010111011100010001101111011001010000010101010111010001011110010111111 | efa6a1ebb88deca0aae8bcbf |
UHC | 說븍젪輿 | 1110011011110010101110101110101110100000101000101110011010101011 | e6f2baeba0a2e6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)