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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 璋爿h璋 | 11100000111101101110000010101011011010001110000011110110 | e0f6e0ab68e0f6 |
EUC-JP | 璋爿h璋 | 11100000111110001110000010101101011010001110000011111000 | e0f8e0ad68e0f8 |
UTF-8 | 璋爿h璋 | 11100111100100101000101111100111100010001011111101101000111001111001001010001011 | e7928be788bf68e7928b |
UHC | 璋?h璋 | 111011011111000000111111011010001110110111110000 | edf03f68edf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)