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 | ??j}??j{^ | 001111110011111101101010011111010011111100111111011010100111101101011110 | 3f3f6a7d3f3f6a7b5e |
SJIS-WIN | ゚?j}゚?j{^ | 110111110011111101101010011111011101111100111111011010100111101101011110 | df3f6a7ddf3f6a7b5e |
EUC-JP | ゚碭j}゚碭j{^ | 100011101101111110001111110011111111101001101010011111011000111011011111100011111100111111111010011010100111101101011110 | 8edf8fcffa6a7d8edf8fcffa6a7b5e |
UTF-8 | ゚碭j}゚碭j{^ | 1110111110111110100111111110011110100010101011010110101001111101111011111011111010011111111001111010001010101101011010100111101101011110 | efbe9fe7a2ad6a7defbe9fe7a2ad6a7b5e |
UHC | ??j}??j{^ | 001111110011111101101010011111010011111100111111011010100111101101011110 | 3f3f6a7d3f3f6a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)