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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?槽n}?槽n{^ | 0011111110010001100001010110111001111101001111111001000110000101011011100111101101011110 | 3f91856e7d3f91856e7b5e |
EUC-JP | ?槽n}?槽n{^ | 0011111111000001111001010110111001111101001111111100000111100101011011100111101101011110 | 3fc1e56e7d3fc1e56e7b5e |
UTF-8 | 꿜槽n}꿜槽n{^ | 1110101010111111100111001110011010100111101111010110111001111101111010101011111110011100111001101010011110111101011011100111101101011110 | eabf9ce6a7bd6e7deabf9ce6a7bd6e7b5e |
UHC | 꿜槽n}꿜槽n{^ | 10110010111001001111000011001011011011100111110110110010111001001111000011001011011011100111101101011110 | b2e4f0cb6e7db2e4f0cb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)