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 | 芝讐 | 10001110110001011000111101010001 | 8ec58f51 |
EUC-JP | 芝讐 | 10111100110001111011110110110010 | bcc7bdb2 |
UTF-8 | 芝讐 | 111010001000101010011101111010001010111010010000 | e88a9de8ae90 |
UHC | 芝讐 | 11110010101110011110001011000010 | f2b9e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)