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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 首新?\ | 100011101111000110010000010101100011111101011100 | 8ef190563f5c |
EUC-JP | 首新?\ | 101111001111001110111111101101110011111101011100 | bcf3bfb73f5c |
UTF-8 | 首新앀\ | 11101001101001101001011011100110100101101011000011101100100101011000000001011100 | e9a696e696b0ec95805c |
UHC | 首新앀\ | 11100010110011111110001111100110100111011100110001011100 | e2cfe3e69dcc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)