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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 璽[}璽[{^ | 11110010101100011000111010100011010110110111110111110010101100011000111010100011010110110111101101011110 | f2b18ea35b7df2b18ea35b7b5e |
EUC-JP | ?璽[}?璽[{^ | 0011111110111100101001010101101101111101001111111011110010100101010110110111101101011110 | 3fbca55b7d3fbca55b7b5e |
UTF-8 | 璽[}璽[{^ | 1110111010000111101010001110011110010010101111010101101101111101111011101000011110101000111001111001001010111101010110110111101101011110 | ee87a8e792bd5b7dee87a8e792bd5b7b5e |
UHC | ?璽[}?璽[{^ | 0011111111011111110111100101101101111101001111111101111111011110010110110111101101011110 | 3fdfde5b7d3fdfde5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)