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 | 1110100110000001100101001110100010100010100101100101001101000010 | e98194e8a2965342 |
EUC-JP | 驕碑「亡B | 111100011110000111001000111010101000111010100010110010111011010001000010 | f1e1c8ea8ea2cbb442 |
UTF-8 | 驕碑「亡B | 11101001101010011001010111100111101000101001000111101111101111011010001011100100101110101010000101000010 | e9a995e7a291efbda2e4baa142 |
UHC | 驕碑?亡B | 1100111011110110110111011111100000111111110110001100110001000010 | cef6ddf83fd8cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)