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 | 雕舌e蝨ュ | 111010001011100010010000111000111000001010000101111001011001110010101101 | e8b890e38285e59cad |
EUC-JP | 雕舌e蝨ュ | 11110000101110101100000011100101101000111110010111101001111111001000111010101101 | f0bac0e5a3e5e9fc8ead |
UTF-8 | 雕舌e蝨ュ | 111010011001101110010101111010001000100010001100111011111011110110000101111010001001110110101000111011111011110110101101 | e99b95e8888cefbd85e89da8efbdad |
UHC | 雕舌e蝨? | 111100001110011111100000110111111010001111100101111000111010010000111111 | f0e7e0dfa3e5e3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)