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 | ?K\}?K\{^ | 001111110100101101011100011111010011111101001011010111000111101101011110 | 3f4b5c7d3f4b5c7b5e |
SJIS-WIN | 掖K\}掖K\{^ | 1001110101110100010010110101110001111101100111010111010001001011010111000111101101011110 | 9d744b5c7d9d744b5c7b5e |
EUC-JP | 掖K\}掖K\{^ | 1101100111010101010010110101110001111101110110011101010101001011010111000111101101011110 | d9d54b5c7dd9d54b5c7b5e |
UTF-8 | 掖K\}掖K\{^ | 11100110100011101001011001001011010111000111110111100110100011101001011001001011010111000111101101011110 | e68e964b5c7de68e964b5c7b5e |
UHC | 掖K\}掖K\{^ | 1110010011111010010010110101110001111101111001001111101001001011010111000111101101011110 | e4fa4b5c7de4fa4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)