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 | îèŢ | 110000111010111011000011101010001100010110100010 | c3aec3a8c5a2 |
SJIS-WIN | ???¨?¢ | 0011111100111111001111111000000101001110001111111000000110010001 | 3f3f3f814e3f8191 |
EUC-JP | îèŢ | 10001111101010101010101010001111101000101110111010001111101010101010101010100001101011111000111110101010101010011010000111110001 | 8faaaa8fa2ee8faaaaa1af8faaa9a1f1 |
UTF-8 | îèŢ | 110000111000001111000010101011101100001110000011110000101010100011000011100001011100001010100010 | c383c2aec383c2a8c385c2a2 |
UHC | ?®?¨?? | 0011111110100010111001110011111110100001101001110011111100111111 | 3fa2e73fa1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)