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 | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 霍」螽・v | 11101000101101111010001111100101101010001010010101110110 | e8b7a3e5a8a576 |
EUC-JP | 霍」螽・v | 111100001011100110001110101000111110101010101010100011101010010101110110 | f0b98ea3eaaa8ea576 |
UTF-8 | 霍」螽・v | 11101001100111001000110111101111101111011010001111101000100111101011110111101111101111011010010101110110 | e99c8defbda3e89ebdefbda576 |
UHC | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)