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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 述諡^ | 1000111101110001111001101000101101011110 | 8f71e68b5e |
EUC-JP | 述諡^ | 1011110111010010111010111110101101011110 | bdd2ebeb5e |
UTF-8 | 述諡^ | 11101000101111111011000011101000101010111010000101011110 | e8bfb0e8aba15e |
UHC | 述諡^ | 1110001011111011111000111100110101011110 | e2fbe3cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)