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 | 蠑冗ヲェ^ | 11100101101111001000111111100111101001101010101001011110 | e5bc8fe7a6aa5e |
EUC-JP | 蠑冗ヲェ^ | 111010101011111010111110111010011000111010100110100011101010101001011110 | eabebee98ea68eaa5e |
UTF-8 | 蠑冗ヲェ^ | 11101000101000001001000111100101100001101001011111101111101111011010011011101111101111011010101001011110 | e8a091e58697efbda6efbdaa5e |
UHC | ?冗??^ | 001111111110100110110111001111110011111101011110 | 3fe9b73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)