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 | Zn | 1000111010001111100011010101101010010100100110011001001001101110 | 8e8f8d5a9499926e |
SJIS-WIN | ???Z???n | 0011111100111111001111110101101000111111001111110011111101101110 | 3f3f3f5a3f3f3f6e |
EUC-JP | ???Z???n | 0011111100111111001111110101101000111111001111110011111101101110 | 3f3f3f5a3f3f3f6e |
UTF-8 | Zn | 1100001010001110110000101000111111000010100011010101101011000010100101001100001010011001110000101001001001101110 | c28ec28fc28d5ac294c299c2926e |
UHC | ???Z???n | 0011111100111111001111110101101000111111001111110011111101101110 | 3f3f3f5a3f3f3f6e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)