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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 琺湿七 | 111000001110100110001110101111001000111010110101 | e0e98ebc8eb5 |
EUC-JP | 琺湿七 | 111000001110101110111100101111101011110010110111 | e0ebbcbebcb7 |
UTF-8 | 琺湿七 | 111001111001000010111010111001101011100110111111111001001011100010000011 | e790bae6b9bfe4b883 |
UHC | 琺?七 | 1101101111110111001111111111011011010010 | dbf73ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)