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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踞削徐 | 111001101111010110001101111011011000111110011001 | e6f58ded8f99 |
EUC-JP | 踞削徐 | 111011001111011110111010111011111011110111111001 | ecf7baefbdf9 |
UTF-8 | 踞削徐 | 111010001011100010011110111001011000100110001010111001011011111010010000 | e8b89ee5898ae5be90 |
UHC | 踞削徐 | 110010111110011011011110111110111101111111101111 | cbe6defbdfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)