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 | 雕画「ヲ褻 | 1110100010111000100010011110011010100010101001101110010111110110 | e8b889e6a2a6e5f6 |
EUC-JP | 雕画「ヲ褻 | 11110000101110101011001011101000100011101010001010001110101001101110101011111000 | f0bab2e88ea28ea6eaf8 |
UTF-8 | 雕画「ヲ褻 | 111010011001101110010101111001111001010010111011111011111011110110100010111011111011110110100110111010001010010010111011 | e99b95e794bbefbda2efbda6e8a4bb |
UHC | 雕???褻 | 11110000111001110011111100111111001111111110000011100001 | f0e73f3f3fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)