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 | ??O??{] | 00111111001111110100111100111111001111110111101101011101 | 3f3f4f3f3f7b5d |
SJIS-WIN | ?ーO?コ{] | 00111111101100000100111100111111101110100111101101011101 | 3fb04f3fba7b5d |
EUC-JP | ?ーO?コ{] | 001111111000111010110000010011110011111110001110101110100111101101011101 | 3f8eb04f3f8eba7b5d |
UTF-8 | 䵸ーO䵸コ{] | 111001001011010110111000111011111011110110110000010011111110010010110101101110001110111110111101101110100111101101011101 | e4b5b8efbdb04fe4b5b8efbdba7b5d |
UHC | ??O??{] | 00111111001111110100111100111111001111110111101101011101 | 3f3f4f3f3f7b5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)