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 | 雕オ繧画自 | 111010001011100010110101111000111000001010001001111001101000111010101001 | e8b8b5e38289e68ea9 |
EUC-JP | 雕オ繧画自 | 11110000101110101000111010110101111001011110001010110010111010001011110010101011 | f0ba8eb5e5e2b2e8bcab |
UTF-8 | 雕オ繧画自 | 111010011001101110010101111011111011110110110101111001111011100110100111111001111001010010111011111010001000011110101010 | e99b95efbdb5e7b9a7e794bbe887aa |
UHC | 雕???自 | 11110000111001110011111100111111001111111110110110111011 | f0e73f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)