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 | çß¹Ê | 11100111110111111011100111001010 | e7dfb9ca |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | çß?Ê | 10001111101010111010111010001111101010011100111000111111100011111010101010110100 | 8fabae8fa9ce3f8faab4 |
UTF-8 | çß¹Ê | 1100001110100111110000111001111111000010101110011100001110001010 | c3a7c39fc2b9c38a |
UHC | ?ß¹? | 001111111010100110101100101010011111011000111111 | 3fa9aca9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)