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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 疾式\ | 1000111010111110100011101010111001011100 | 8ebe8eae5c |
EUC-JP | 疾式\ | 1011110011000000101111001011000001011100 | bcc0bcb05c |
UTF-8 | 疾式\ | 11100111100101101011111011100101101111001000111101011100 | e796bee5bc8f5c |
UHC | 疾式\ | 1111001011110000111000111101001001011100 | f2f0e3d25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)