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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 旦卒歎測 | 1001001001010101100100011011001010010010010101101001000110101010 | 925591b2925691aa |
EUC-JP | 旦卒歎測 | 1100001110110110110000101011010011000011101101111100001010101100 | c3b6c2b4c3b7c2ac |
UTF-8 | 旦卒歎測 | 111001101001011110100110111001011000110110010010111001101010110110001110111001101011100010101100 | e697a6e58d92e6ad8ee6b8ac |
UHC | 旦卒歎測 | 1101001110101001111100001110111111110111101001111111011010110100 | d3a9f0eff7a7f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)