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 | ??|?? | 0011111100111111011111000011111100111111 | 3f3f7c3f3f |
SJIS-WIN | 蜿ゥ|陋ク | 11100101100011111010100101111100111010001001101110111000 | e58fa97ce89bb8 |
EUC-JP | 蜿ゥ|陋ク | 111010011110111110001110101010010111110011101111111110111000111010111000 | e9ef8ea97ceffb8eb8 |
UTF-8 | 蜿ゥ|陋ク | 11101000100111001011111111101111101111011010100101111100111010011001100110001011111011111011110110111000 | e89cbfefbda97ce9998befbdb8 |
UHC | ??|陋? | 001111110011111101111100110101111011000000111111 | 3f3f7cd7b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)