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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豁碑試 | 111001101010110110010100111010001000111010001110 | e6ad94e88e8e |
EUC-JP | 豁碑試 | 111011001010111111001000111010101011101111101110 | ecafc8eabbee |
UTF-8 | 豁碑試 | 111010001011000110000001111001111010001010010001111010001010100110100110 | e8b181e7a291e8a9a6 |
UHC | 豁碑試 | 111111001100001111011101111110001110001111001011 | fcc3ddf8e3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)