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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬩・諛先 | 11101001101010011010010111100110100001111001000011100110 | e9a9a5e68790e6 |
EUC-JP | 鬩・諛先 | 1111001010101011100011101010010111101011111001111100000011101000 | f2ab8ea5ebe7c0e8 |
UTF-8 | 鬩・諛先 | 111010011010110010101001111011111011110110100101111010001010101110011011111001011000010110001000 | e9aca9efbda5e8ab9be58588 |
UHC | ??諛先 | 001111110011111111101011101100001110000010111011 | 3f3febb0e0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)