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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 鞍n}鞍n{^ | 100010001100011001101110011111011000100011000110011011100111101101011110 | 88c66e7d88c66e7b5e |
EUC-JP | 鞍n}鞍n{^ | 101100001100100001101110011111011011000011001000011011100111101101011110 | b0c86e7db0c86e7b5e |
UTF-8 | 鞍n}鞍n{^ | 1110100110011110100011010110111001111101111010011001111010001101011011100111101101011110 | e99e8d6e7de99e8d6e7b5e |
UHC | 鞍n}鞍n{^ | 111001001101001101101110011111011110010011010011011011100111101101011110 | e4d36e7de4d36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)