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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苜紙Й鐔 | 1110010010011100100011101000011010000100010010101110100001011100 | e49c8e86844ae85c |
EUC-JP | 苜紙Й鐔 | 1110011111111100101110111110011010100111101010111110111110111101 | e7fcbbe6a7abefbd |
UTF-8 | 苜紙Й鐔 | 1110100010001011100111001110011110110100100110011101000010011001111010011001000010010100 | e88b9ce7b499d099e99094 |
UHC | ?紙Й? | 001111111111001010110101101011001010101100111111 | 3ff2b5acab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)