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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 枝戡??\ | 10001110011111011001110101000001001111110011111101011100 | 8e7d9d413f3f5c |
EUC-JP | 枝戡??\ | 10111011110111101101100110100010001111110011111101011100 | bbded9a23f3f5c |
UTF-8 | 枝戡렰렪\ | 11100110100111101001110111100110100010001010000111101011101000001011000011101011101000001010101001011100 | e69e9de688a1eba0b0eba0aa5c |
UHC | 枝戡렰렪\ | 111100101010101111001010111100011000111010111101100011101011100001011100 | f2abcaf18ebd8eb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)