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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 菴轅侃^ | 11100100101111011110011101110110100010101010010001011110 | e4bde7768aa45e |
EUC-JP | 菴轅侃^ | 11101000101111111110110111010111101101001010011001011110 | e8bfedd7b4a65e |
UTF-8 | 菴轅侃^ | 11101000100011111011010011101000101111011000010111100100101111101000001101011110 | e88fb4e8bd85e4be835e |
UHC | 菴轅侃^ | 11100100111000001110101010111111110010101100100101011110 | e4e0eabfcac95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)