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 | ?®?^ | 00111111101011100011111101011110 | 3fae3f5e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ?®?^ | 001111111000111110100010111011100011111101011110 | 3f8fa2ee3f5e |
UTF-8 | 吳®몧^ | 111001011001000010110011110000101010111011101011101010101010011101011110 | e590b3c2aeebaaa75e |
UHC | 吳®몧^ | 11100111111011111010001011100111100100011001010101011110 | e7efa2e791955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)