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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 慮’ | 10010111101101101000000101100110 | 97b68166 |
EUC-JP | 慮’ | 11001110101110001010000111000111 | ceb8a1c7 |
UTF-8 | 慮’ | 111001101000010110101110111000101000000010011001 | e685aee28099 |
UHC | 慮’ | 11010101111001111010000110101111 | d5e7a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)