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 | 鮖ス孖ー^ | 11101001101110011011110111111010101001101011000001011110 | e9b9bdfaa6b05e |
EUC-JP | 鮖ス孖ー^ | 11110010101110111000111010111101100011111011101010111110100011101011000001011110 | f2bb8ebd8fbabe8eb05e |
UTF-8 | 鮖ス孖ー^ | 11101001101011101001011011101111101111011011110111100101101011011001011011101111101111011011000001011110 | e9ae96efbdbde5ad96efbdb05e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)