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 | 障?祉?? | 10001111111000010011111110001110100000110011111100111111 | 8fe13f8e833f3f |
EUC-JP | 障?祉?? | 10111110111000110011111110111011111000110011111100111111 | bee33fbbe33f3f |
UTF-8 | 障렚祉곌㉢ | 111010011001101010011100111010111010000010011010111001111010010110001001111010101011001110001100111000111000100110100010 | e99a9ceba09ae7a589eab38ce389a2 |
UHC | 障렚祉곌㉢ | 11101110101000011000111010101101111100101011001110110000111010101010100010110011 | eea18eadf2b3b0eaa8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)