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 | 疚准悳 | 111000010110101110001111011110011001110001111011 | e16b8f799c7b |
EUC-JP | 疚准悳 | 111000011100110010111101110110101101011111011100 | e1ccbddad7dc |
UTF-8 | 疚准悳 | 111001111001011010011010111001011000011110000110111001101000001010110011 | e7969ae58786e682b3 |
UHC | ?准悳 | 0011111111110001110101111101001111101101 | 3ff1d7d3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)