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 | ì¯]\ | 1110110010010110101011110101110101011100 | ec96af5d5c |
SJIS-WIN | ???]\ | 0011111100111111001111110101110101011100 | 3f3f3f5d5c |
EUC-JP | ì?¯]\ | 100011111010101111000000001111111000111110100010101101000101110101011100 | 8fabc03f8fa2b45d5c |
UTF-8 | ì¯]\ | 1100001110101100110000101001011011000010101011110101110101011100 | c3acc296c2af5d5c |
UHC | ???]\ | 0011111100111111001111110101110101011100 | 3f3f3f5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)