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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 營??幼? | 10011010011110100011111100111111100101110110001100111111 | 9a7a3f3f97633f |
EUC-JP | 營??幼? | 11010011110110110011111100111111110011011100010000111111 | d3db3f3fcdc43f |
UTF-8 | 營뚮퇋幼숁 | 111001111000011110011111111010111001101010101110111011011000011110001011111001011011100110111100111011001000100010000001 | e7879feb9aaeed878be5b9bcec8881 |
UHC | 營뚮퇋幼숁 | 11100111101111011000110011101011101101111001110011101010111010101001100111100110 | e7bd8cebb79ceaea99e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)