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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 筌????}B | 1110001010100011001111110011111100111111001111110111110101000010 | e2a33f3f3f3f7d42 |
EUC-JP | 筌??飡?}B | 11100100101001010011111100111111100011111110100011001000001111110111110101000010 | e4a53f3f8fe8c83f7d42 |
UTF-8 | 筌듦쑴飡밽}B | 1110011110101101100011001110101110010011101001101110110010010001101101001110100110100011101000011110101110110000101111010111110101000010 | e7ad8ceb93a6ec91b4e9a3a1ebb0bd7d42 |
UHC | 筌듦쑴飡밽}B | 111011111010011110110101111010101011111010101001111000011110001010010011011001110111110101000010 | efa7b5eabea9e1e293677d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)