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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畏??飮? | 10001000110110000011111100111111100111110101101000111111 | 88d83f3f9f5a3f |
EUC-JP | 畏??飮? | 10110000110110100011111100111111110111011011101100111111 | b0da3f3fddbb3f |
UTF-8 | 畏븐슱飮콾 | 111001111001010110001111111010111011100010010000111011001000101010110001111010011010001110101110111011001011110110111110 | e7958febb890ec8ab1e9a3aeecbdbe |
UHC | 畏븐슱飮콾 | 11101000111001101011101011101100100110101011100011101011111001101011001001001110 | e8e6baec9ab8ebe6b24e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)