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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 襞織襞織^ | 111001011111110010010000010001001110010111111100100100000100010001011110 | e5fc9044e5fc90445e |
EUC-JP | 襞織襞織^ | 111010101111111010111111101001011110101011111110101111111010010101011110 | eafebfa5eafebfa55e |
UTF-8 | 襞織襞織^ | 11101000101001011001111011100111101110011001010011101000101001011001111011100111101110011001010001011110 | e8a59ee7b994e8a59ee7b9945e |
UHC | ?織?織^ | 00111111111100101100010000111111111100101100010001011110 | 3ff2c43ff2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)