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 | 淲・蠑常 | 11111011010001001010010111100101101111001000111111101101 | fb44a5e5bc8fed |
EUC-JP | ?・蠑常 | 00111111100011101010010111101010101111101011111011101111 | 3f8ea5eabebeef |
UTF-8 | 淲・蠑常 | 111001101011011110110010111011111011110110100101111010001010000010010001111001011011100010111000 | e6b7b2efbda5e8a091e5b8b8 |
UHC | ???常 | 0011111100111111001111111101111111001000 | 3f3f3fdfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)