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 | ÷¿[}÷¿[{^ | 111101111011111101011011011111011111011110111111010110110111101101011110 | f7bf5b7df7bf5b7b5e |
SJIS-WIN | ÷?[}÷?[{^ | 1000000110000000001111110101101101111101100000011000000000111111010110110111101101011110 | 81803f5b7d81803f5b7b5e |
EUC-JP | ÷¿[}÷¿[{^ | 101000011110000010001111101000101100010001011011011111011010000111100000100011111010001011000100010110110111101101011110 | a1e08fa2c45b7da1e08fa2c45b7b5e |
UTF-8 | ÷¿[}÷¿[{^ | 11000011101101111100001010111111010110110111110111000011101101111100001010111111010110110111101101011110 | c3b7c2bf5b7dc3b7c2bf5b7b5e |
UHC | ÷¿[}÷¿[{^ | 10100001110000001010001010101111010110110111110110100001110000001010001010101111010110110111101101011110 | a1c0a2af5b7da1c0a2af5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)