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 | ô¤½Ç | 11110100101001001011110111000111 | f4a4bdc7 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ô¤?Ç | 10001111101010111101010010001111101000101111000000111111100011111010101010101110 | 8fabd48fa2f03f8faaae |
UTF-8 | ô¤½Ç | 1100001110110100110000101010010011000010101111011100001110000111 | c3b4c2a4c2bdc387 |
UHC | ?¤½? | 001111111010001010110100101010001111011000111111 | 3fa2b4a8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)