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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逡港逡弘B | 111001111001010110001101011000001110011110010101100011010100111101000010 | e7958d60e7958d4f42 |
EUC-JP | 逡港逡弘B | 111011011111010110111001110000011110110111110101101110011011000001000010 | edf5b9c1edf5b9b042 |
UTF-8 | 逡港逡弘B | 11101001100000001010000111100110101110001010111111101001100000001010000111100101101111001001100001000010 | e980a1e6b8afe980a1e5bc9842 |
UHC | 逡港逡弘B | 111100011110010011111001111110111111000111100100111110111111000001000010 | f1e4f9fbf1e4fbf042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)