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 | 睫老嘴 | 111000011100101010011000010101101001101001111011 | e1ca98569a7b |
EUC-JP | 睫老嘴 | 111000101100110011001111101101111101001111011100 | e2cccfb7d3dc |
UTF-8 | 睫老嘴 | 111001111001110110101011111010001000000010000001111001011001100010110100 | e79dabe88081e598b4 |
UHC | 睫老嘴 | 111101001110001011010110110101011111011010100100 | f4e2d6d5f6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)