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 | 慂р | 10011100110010001000010010000010 | 9cc88482 |
EUC-JP | 慂р | 11011000110010101010011111100010 | d8caa7e2 |
UTF-8 | 慂р | 1110011010000101100000101101000110000000 | e68582d180 |
UHC | 慂р | 11101001101111011010110011100010 | e9bdace2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)