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 | ?nk}?nk{^ | 001111110110111001101011011111010011111101101110011010110111101101011110 | 3f6e6b7d3f6e6b7b5e |
SJIS-WIN | 鴉nk}鴉nk{^ | 1110100111101011011011100110101101111101111010011110101101101110011010110111101101011110 | e9eb6e6b7de9eb6e6b7b5e |
EUC-JP | 鴉nk}鴉nk{^ | 1111001011101101011011100110101101111101111100101110110101101110011010110111101101011110 | f2ed6e6b7df2ed6e6b7b5e |
UTF-8 | 鴉nk}鴉nk{^ | 11101001101101001000100101101110011010110111110111101001101101001000100101101110011010110111101101011110 | e9b4896e6b7de9b4896e6b7b5e |
UHC | 鴉nk}鴉nk{^ | 1110010010111100011011100110101101111101111001001011110001101110011010110111101101011110 | e4bc6e6b7de4bc6e6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)