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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 枝戡??B | 10001110011111011001110101000001001111110011111101000010 | 8e7d9d413f3f42 |
EUC-JP | 枝戡??B | 10111011110111101101100110100010001111110011111101000010 | bbded9a23f3f42 |
UTF-8 | 枝戡렰렪B | 11100110100111101001110111100110100010001010000111101011101000001011000011101011101000001010101001000010 | e69e9de688a1eba0b0eba0aa42 |
UHC | 枝戡렰렪B | 111100101010101111001010111100011000111010111101100011101011100001000010 | f2abcaf18ebd8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)