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 | 幼? | 100101110110001100111111 | 97633f |
EUC-JP | 幼? | 110011011100010000111111 | cdc43f |
UTF-8 | 幼잓 | 111001011011100110111100111011001001111010010011 | e5b9bcec9e93 |
UHC | 幼잓 | 11101010111010101001111111101001 | eaea9fe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)