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 | 烏? | 100010010100011100111111 | 89473f |
EUC-JP | 烏? | 101100011010100000111111 | b1a83f |
UTF-8 | 烏숁 | 111001111000001110001111111011001000100010000001 | e7838fec8881 |
UHC | 烏숁 | 11101000101000011001100111100110 | e8a199e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)