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 | ?£匿 | 0011111110000001100100101001001110111101 | 3f819293bd |
EUC-JP | ?£匿 | 0011111110100001111100101100011010111111 | 3fa1f2c6bf |
UTF-8 | 뤻£匿 | 111010111010010010111011111011111011111110100001111001011000110010111111 | eba4bbefbfa1e58cbf |
UHC | 뤻£匿 | 100011111110100110100001110011001101001011111011 | 8fe9a1ccd2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)