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 | 祉??游部 | 1000111010000011001111110011111110011111111000001001010110010100 | 8e833f3f9fe09594 |
EUC-JP | 祉??游部 | 1011101111100011001111110011111111011110111000101100100111110100 | bbe33f3fdee2c9f4 |
UTF-8 | 祉곌㉢游部 | 111001111010010110001001111010101011001110001100111000111000100110100010111001101011100010111000111010011000001110101000 | e7a589eab38ce389a2e6b8b8e983a8 |
UHC | 祉곌㉢游部 | 11110010101100111011000011101010101010001011001111101010111111011101110110111011 | f2b3b0eaa8b3eafdddbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)