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 | 揖??盲? | 10010111010010110011111100111111100101101101001100111111 | 974b3f3f96d33f |
EUC-JP | 揖??盲? | 11001101101011000011111100111111110011001101010100111111 | cdac3f3fccd53f |
UTF-8 | 揖곗렲盲렒 | 111001101000111110010110111010101011001110010111111010111010000010110010111001111001101110110010111010111010000010010010 | e68f96eab397eba0b2e79bb2eba092 |
UHC | 揖곗렲盲렒 | 11101011111001111011000011101100100011101011111111011000111011101000111010100111 | ebe7b0ec8ebfd8ee8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)