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 | ì´¨ë | 11101100101101001010100011101011 | ecb4a8eb |
SJIS-WIN | ?´¨? | 001111111000000101001100100000010100111000111111 | 3f814c814e3f |
EUC-JP | ì´¨ë | 10001111101010111100000010100001101011011010000110101111100011111010101110110011 | 8fabc0a1ada1af8fabb3 |
UTF-8 | ì´¨ë | 1100001110101100110000101011010011000010101010001100001110101011 | c3acc2b4c2a8c3ab |
UHC | ?´¨? | 001111111010001010100101101000011010011100111111 | 3fa2a5a1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)