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 | 譫織譫織^ | 111001101001111010010000010001001110011010011110100100000100010001011110 | e69e9044e69e90445e |
EUC-JP | 譫織譫織^ | 111010111111111010111111101001011110101111111110101111111010010101011110 | ebfebfa5ebfebfa55e |
UTF-8 | 譫織譫織^ | 11101000101011011010101111100111101110011001010011101000101011011010101111100111101110011001010001011110 | e8adabe7b994e8adabe7b9945e |
UHC | ?織?織^ | 00111111111100101100010000111111111100101100010001011110 | 3ff2c43ff2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)