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 | 瀛??\ | 1110000001101001001111110011111101011100 | e0693f3f5c |
EUC-JP | 瀛??\ | 1101111111001010001111110011111101011100 | dfca3f3f5c |
UTF-8 | 瀛뽪퀎\ | 11100111100000001001101111101011101111011010101011101101100000001000111001011100 | e7809bebbdaaed808e5c |
UHC | 瀛뽪퀎\ | 11100111101110101001011011100110101100111000010001011100 | e7ba96e6b3845c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)