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 | 芸想 | 10001100011111001001000101111010 | 8c7c917a |
EUC-JP | 芸想 | 10110111110111011100000111011011 | b7ddc1db |
UTF-8 | 芸想 | 111010001000101010111000111001101000001110110011 | e88ab8e683b3 |
UHC | 芸想 | 11101001111111011101111111001100 | e9fddfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)