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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 助?助?^ | 10001111100101010011111110001111100101010011111101011110 | 8f953f8f953f5e |
EUC-JP | 助?助?^ | 10111101111101010011111110111101111101010011111101011110 | bdf53fbdf53f5e |
UTF-8 | 助섀助섀^ | 11100101100010101010100111101100100001001000000011100101100010101010100111101100100001001000000001011110 | e58aa9ec8480e58aa9ec84805e |
UHC | 助섀助섀^ | 111100001011111010111100101010001111000010111110101111001010100001011110 | f0bebca8f0bebca85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)