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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 疾鬚Y | 1000111010111110111010011010001001011001 | 8ebee9a259 |
EUC-JP | 疾鬚Y | 1011110011000000111100101010010001011001 | bcc0f2a459 |
UTF-8 | 疾鬚Y | 11100111100101101011111011101001101011001001101001011001 | e796bee9ac9a59 |
UHC | 疾鬚Y | 1111001011110000111000101101000101011001 | f2f0e2d159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)