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 | 雕舌e蕣 | 1110100010111000100100001110001110000010100001011110010011111010 | e8b890e38285e4fa |
EUC-JP | 雕舌e蕣 | 1111000010111010110000001110010110100011111001011110100011111100 | f0bac0e5a3e5e8fc |
UTF-8 | 雕舌e蕣 | 111010011001101110010101111010001000100010001100111011111011110110000101111010001001010110100011 | e99b95e8888cefbd85e895a3 |
UHC | 雕舌e蕣 | 1111000011100111111000001101111110100011111001011110001011110010 | f0e7e0dfa3e5e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)