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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 硝ア釖] | 100011111100100110110001111001111101100101011101 | 8fc9b1e7d95d |
EUC-JP | 硝ア釖] | 10111110110010111000111010110001111011101101101101011101 | becb8eb1eedb5d |
UTF-8 | 硝ア釖] | 11100111101000011001110111101111101111011011000111101001100001111001011001011101 | e7a19defbdb1e987965d |
UHC | 硝??] | 1111010110100110001111110011111101011101 | f5a63f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)