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 | 祉??窪ⅲ | 1000111010000011001111110011111110001100010001011111101001000010 | 8e833f3f8c45fa42 |
EUC-JP | 祉??窪? | 10111011111000110011111100111111101101111010011000111111 | bbe33f3fb7a63f |
UTF-8 | 祉곌㉢窪ⅲ | 111001111010010110001001111010101011001110001100111000111000100110100010111001111010101010101010111000101000010110110010 | e7a589eab38ce389a2e7aaaae285b2 |
UHC | 祉곌㉢窪ⅲ | 11110010101100111011000011101010101010001011001111101000110000011010010110100011 | f2b3b0eaa8b3e8c1a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)