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 | 珱e豫 | 111000001111110010000010100001011001100010101100 | e0fc828598ac |
EUC-JP | 珱e豫 | 111000001111111010100011111001011101000010101110 | e0fea3e5d0ae |
UTF-8 | 珱e豫 | 111001111000111110110001111011111011110110000101111010001011000110101011 | e78fb1efbd85e8b1ab |
UHC | ?e豫 | 0011111110100011111001011110011111100011 | 3fa3e5e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)