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 | 苜紙Й紲 | 1110010010011100100011101000011010000100010010101110001101000111 | e49c8e86844ae347 |
EUC-JP | 苜紙Й紲 | 1110011111111100101110111110011010100111101010111110010110101000 | e7fcbbe6a7abe5a8 |
UTF-8 | 苜紙Й紲 | 1110100010001011100111001110011110110100100110011101000010011001111001111011010010110010 | e88b9ce7b499d099e7b4b2 |
UHC | ?紙Й? | 001111111111001010110101101011001010101100111111 | 3ff2b5acab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)