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 | 撓琿撓琿^ | 100111011001101011100000111010111001110110011010111000001110101101011110 | 9d9ae0eb9d9ae0eb5e |
EUC-JP | 撓琿撓琿^ | 110110011111101011100000111011011101100111111010111000001110110101011110 | d9fae0edd9fae0ed5e |
UTF-8 | 撓琿撓琿^ | 11100110100100101001001111100111100100001011111111100110100100101001001111100111100100001011111101011110 | e69293e790bfe69293e790bf5e |
UHC | 撓琿撓琿^ | 111010001111010111111011111010101110100011110101111110111110101001011110 | e8f5fbeae8f5fbea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)