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 | ルユ[}ルユ[{^ | 110110011101010101011011011111011101100111010101010110110111101101011110 | d9d55b7dd9d55b7b5e |
EUC-JP | ルユ[}ルユ[{^ | 10001110110110011000111011010101010110110111110110001110110110011000111011010101010110110111101101011110 | 8ed98ed55b7d8ed98ed55b7b5e |
UTF-8 | ルユ[}ルユ[{^ | 1110111110111110100110011110111110111110100101010101101101111101111011111011111010011001111011111011111010010101010110110111101101011110 | efbe99efbe955b7defbe99efbe955b7b5e |
UHC | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)