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 | 鍄」諛先 | 11100111111110111010001111100110100001111001000011100110 | e7fba3e68790e6 |
EUC-JP | 鍄」諛先 | 1110111011111101100011101010001111101011111001111100000011101000 | eefd8ea3ebe7c0e8 |
UTF-8 | 鍄」諛先 | 111010011000110110000100111011111011110110100011111010001010101110011011111001011000010110001000 | e98d84efbda3e8ab9be58588 |
UHC | ??諛先 | 001111110011111111101011101100001110000010111011 | 3f3febb0e0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)