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 | 弟? | 100100101110110100111111 | 92ed3f |
EUC-JP | 弟? | 110001001110111100111111 | c4ef3f |
UTF-8 | 弟렒 | 111001011011110010011111111010111010000010010010 | e5bc9feba092 |
UHC | 弟렒 | 11110000101010011000111010100111 | f0a98ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)