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 | 隍・增「 | 111010001010010010100101111110101001110110100010 | e8a4a5fa9da2 |
EUC-JP | 隍・?「 | 11110000101001101000111010100101001111111000111010100010 | f0a68ea53f8ea2 |
UTF-8 | 隍・增「 | 111010011001101010001101111011111011110110100101111001011010001010011110111011111011110110100010 | e99a8defbda5e5a29eefbda2 |
UHC | 隍?增? | 111111001101101100111111111100011111001000111111 | fcdb3ff1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)