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\{^ | 1000100011011010010010110101110001111101100010001101101001001011010111000111101101011110 | 88da4b5c7d88da4b5c7b5e |
EUC-JP | 移K\}移K\{^ | 1011000011011100010010110101110001111101101100001101110001001011010111000111101101011110 | b0dc4b5c7db0dc4b5c7b5e |
UTF-8 | 移K\}移K\{^ | 11100111101001111011101101001011010111000111110111100111101001111011101101001011010111000111101101011110 | e7a7bb4b5c7de7a7bb4b5c7b5e |
UHC | 移K\}移K\{^ | 1110110010111001010010110101110001111101111011001011100101001011010111000111101101011110 | ecb94b5c7decb94b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)