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{^ | 001111110101111101101011011111010011111101011111011010110111101101011110 | 3f5f6b7d3f5f6b7b5e |
SJIS-WIN | 唸_k}唸_k{^ | 1001101001011000010111110110101101111101100110100101100001011111011010110111101101011110 | 9a585f6b7d9a585f6b7b5e |
EUC-JP | 唸_k}唸_k{^ | 1101001110111001010111110110101101111101110100111011100101011111011010110111101101011110 | d3b95f6b7dd3b95f6b7b5e |
UTF-8 | 唸_k}唸_k{^ | 11100101100101001011100001011111011010110111110111100101100101001011100001011111011010110111101101011110 | e594b85f6b7de594b85f6b7b5e |
UHC | ?_k}?_k{^ | 001111110101111101101011011111010011111101011111011010110111101101011110 | 3f5f6b7d3f5f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)