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 | 糊?[}糊?[{^ | 1000110011010000001111110101101101111101100011001101000000111111010110110111101101011110 | 8cd03f5b7d8cd03f5b7b5e |
EUC-JP | 糊?[}糊?[{^ | 1011100011010010001111110101101101111101101110001101001000111111010110110111101101011110 | b8d23f5b7db8d23f5b7b5e |
UTF-8 | 糊椧[}糊椧[{^ | 1110011110110011100010101110011010100100101001110101101101111101111001111011001110001010111001101010010010100111010110110111101101011110 | e7b38ae6a4a75b7de7b38ae6a4a75b7b5e |
UHC | 糊椧[}糊椧[{^ | 11111011110101011101100110100111010110110111110111111011110101011101100110100111010110110111101101011110 | fbd5d9a75b7dfbd5d9a75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)