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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 式v | 1111001010101000100011101010111001110110 | f2a88eae76 |
EUC-JP | ?式v | 00111111101111001011000001110110 | 3fbcb076 |
UTF-8 | 式v | 11101110100001111001111111100101101111001000111101110110 | ee879fe5bc8f76 |
UHC | ?式v | 00111111111000111101001001110110 | 3fe3d276 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)