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 | èûZÐ | 100011111110100011111011010110101000111111010000 | 8fe8fb5a8fd0 |
SJIS-WIN | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
EUC-JP | ?èûZ?? | 00111111100011111010101110110010100011111010101111100101010110100011111100111111 | 3f8fabb28fabe55a3f3f |
UTF-8 | èûZÐ | 1100001010001111110000111010100011000011101110110101101011000010100011111100001110010000 | c28fc3a8c3bb5ac28fc390 |
UHC | ???Z?Ð | 00111111001111110011111101011010001111111010100010100010 | 3f3f3f5a3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)