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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???禎?? | 00111111001111110011111110010010111101010011111100111111 | 3f3f3f92f53f3f |
EUC-JP | ???禎?? | 00111111001111110011111111000100111101110011111100111111 | 3f3f3fc4f73f3f |
UTF-8 | 얌렿렣禎렓섣 | 111011001001011010001100111010111010000010111111111010111010000010100011111001111010011010001110111010111010000010010011111011001000010010100011 | ec968ceba0bfeba0a3e7a68eeba093ec84a3 |
UHC | 얌렿렣禎렓섣 | 101111101110010010001110110001111000111010110100111011111110111010001110101010001011110010110010 | bee48ec78eb4efee8ea8bcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)