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 | ÷s}÷s{^ | 1001111111110111100101100111001101111101100111111111011110010110011100110111101101011110 | 9ff796737d9ff796737b5e |
SJIS-WIN | ?÷?s}?÷?s{^ | 00111111100000011000000000111111011100110111110100111111100000011000000000111111011100110111101101011110 | 3f81803f737d3f81803f737b5e |
EUC-JP | ?÷?s}?÷?s{^ | 00111111101000011110000000111111011100110111110100111111101000011110000000111111011100110111101101011110 | 3fa1e03f737d3fa1e03f737b5e |
UTF-8 | ÷s}÷s{^ | 1100001010011111110000111011011111000010100101100111001101111101110000101001111111000011101101111100001010010110011100110111101101011110 | c29fc3b7c296737dc29fc3b7c296737b5e |
UHC | ?÷?s}?÷?s{^ | 00111111101000011100000000111111011100110111110100111111101000011100000000111111011100110111101101011110 | 3fa1c03f737d3fa1c03f737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)