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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 髯懃事謳エ^ | 11101001100110011001110011100111100011101001011011100110100100001011010001011110 | e9999ce78e96e690b45e |
EUC-JP | 髯懃事謳エ^ | 1111000111111001110110001110100110111011111101101110101111110000100011101011010001011110 | f1f9d8e9bbf6ebf08eb45e |
UTF-8 | 髯懃事謳エ^ | 11101001101010111010111111100110100001111000001111100100101110101000101111101000101011001011001111101111101111011011010001011110 | e9abafe68783e4ba8be8acb3efbdb45e |
UHC | ?懃事謳?^ | 001111111101000011000100110111101100000011001111110001000011111101011110 | 3fd0c4dec0cfc43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)