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 | «âªã~ | 10001111101010111110001010001111101010101110001101111110 | 8fabe28faae37e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ??â?ªã~ | 00111111001111111000111110101011101001000011111110001111101000101110110010001111101010111010101001111110 | 3f3f8faba43f8fa2ec8fabaa7e |
UTF-8 | «âªã~ | 11000010100011111100001010101011110000111010001011000010100011111100001010101010110000111010001101111110 | c28fc2abc3a2c28fc2aac3a37e |
UHC | ????ª?~ | 0011111100111111001111110011111110101000101000110011111101111110 | 3f3f3f3fa8a33f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)