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 | ??_? | 00111111001111110101111100111111 | 3f3f5f3f |
SJIS-WIN | ??_恂 | 0011111100111111010111111001110010010110 | 3f3f5f9c96 |
EUC-JP | ??_恂 | 0011111100111111010111111101011111110110 | 3f3f5fd7f6 |
UTF-8 | 롍렍_恂 | 11101011101000011000110111101011101000001000110101011111111001101000000110000010 | eba18deba08d5fe68182 |
UHC | 롍렍_恂 | 10001110110100111000111010100011010111111110001011100001 | 8ed38ea35fe2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)