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 | ?祀g億?^ | 001111111110001001001010100000101000011110001001101011010011111101011110 | 3fe24a828789ad3f5e |
EUC-JP | 邕祀g億?^ | 1000111111100001111011011110001110101011101000111110011110110010101011110011111101011110 | 8fe1ede3aba3e7b2af3f5e |
UTF-8 | 邕祀g億렕^ | 11101001100000101001010111100111101001011000000011101111101111011000011111100101100001001000010011101011101000001001010101011110 | e98295e7a580efbd87e58484eba0955e |
UHC | 邕祀g億렕^ | 1110100010111011110111101110010110100011111001111110010111100010100011101010101001011110 | e8bbdee5a3e7e5e28eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)