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 | 祉?勿低屯 | 100011101000001100111111100101101101110010010010111000011001001111010100 | 8e833f96dc92e193d4 |
EUC-JP | 祉?勿低屯 | 101110111110001100111111110011001101111011000100111000111100011011010110 | bbe33fccdec4e3c6d6 |
UTF-8 | 祉곁勿低屯 | 111001111010010110001001111010101011001110000001111001011000101110111111111001001011110110001110111001011011000110101111 | e7a589eab381e58bbfe4bd8ee5b1af |
UHC | 祉곁勿低屯 | 11110010101100111011000011100111110110101010100011101110101110001101010011101010 | f2b3b0e7daa8eeb8d4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)