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 | 鴫灼[}鴫灼[{^ | 10001110101100001000111011011100010110110111110110001110101100001000111011011100010110110111101101011110 | 8eb08edc5b7d8eb08edc5b7b5e |
EUC-JP | 鴫灼[}鴫灼[{^ | 10111100101100101011110011011110010110110111110110111100101100101011110011011110010110110111101101011110 | bcb2bcde5b7dbcb2bcde5b7b5e |
UTF-8 | 鴫灼[}鴫灼[{^ | 1110100110110100101010111110011110000001101111000101101101111101111010011011010010101011111001111000000110111100010110110111101101011110 | e9b4abe781bc5b7de9b4abe781bc5b7b5e |
UHC | ?灼[}?灼[{^ | 0011111111101101110001110101101101111101001111111110110111000111010110110111101101011110 | 3fedc75b7d3fedc75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)