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 | ???篩杰^ | 0011111100111111001111111110001010111111100111100101111001011110 | 3f3f3fe2bf9e5e5e |
EUC-JP | 焌?邕篩杰^ | 100011111100100111101000001111111000111111100001111011011110010011000001110110111011111101011110 | 8fc9e83f8fe1ede4c1dbbf5e |
UTF-8 | 焌렧邕篩杰^ | 11100111100001001000110011101011101000001010011111101001100000101001010111100111101011111010100111100110100111011011000001011110 | e7848ceba0a7e98295e7afa9e69db05e |
UHC | 焌렧邕篩杰^ | 1111000111100000100011101011011011101000101110111101111011101000110010111111100101011110 | f1e08eb6e8bbdee8cbf95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)