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 | Û÷\}Û÷\{^ | 110110111111011101011100011111011101101111110111010111000111101101011110 | dbf75c7ddbf75c7b5e |
SJIS-WIN | ?÷\}?÷\{^ | 0011111110000001100000000101110001111101001111111000000110000000010111000111101101011110 | 3f81805c7d3f81805c7b5e |
EUC-JP | Û÷\}Û÷\{^ | 100011111010101011100101101000011110000001011100011111011000111110101010111001011010000111100000010111000111101101011110 | 8faae5a1e05c7d8faae5a1e05c7b5e |
UTF-8 | Û÷\}Û÷\{^ | 11000011100110111100001110110111010111000111110111000011100110111100001110110111010111000111101101011110 | c39bc3b75c7dc39bc3b75c7b5e |
UHC | ?÷\}?÷\{^ | 0011111110100001110000000101110001111101001111111010000111000000010111000111101101011110 | 3fa1c05c7d3fa1c05c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)