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 | 醍峯靂恁 | 1001000111100111100101011111010111101000110011001001110010001100 | 91e795f5e8cc9c8c |
EUC-JP | 醍峯靂恁 | 1100001011101001110010101111011111110000110011101101011111101100 | c2e9caf7f0ced7ec |
UTF-8 | 醍峯靂恁 | 111010011000011010001101111001011011001110101111111010011001110110000010111001101000000110000001 | e9868de5b3afe99d82e68181 |
UHC | 醍峯靂恁 | 1111000010110101110111001110011111010101111110101110110011110110 | f0b5dce7d5faecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)