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{^ | 111010100101111101101110011111011110101001011111011011100111101101011110 | ea5f6e7dea5f6e7b5e |
EUC-JP | 鸚n}鸚n{^ | 111100111100000001101110011111011111001111000000011011100111101101011110 | f3c06e7df3c06e7b5e |
UTF-8 | 鸚n}鸚n{^ | 1110100110111000100110100110111001111101111010011011100010011010011011100111101101011110 | e9b89a6e7de9b89a6e7b5e |
UHC | 鸚n}鸚n{^ | 111001011010010001101110011111011110010110100100011011100111101101011110 | e5a46e7de5a46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)