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{^ | 11100111101010111001101001011100011011100111110111100111101010111001101001011100011011100111101101011110 | e7ab9a5c6e7de7ab9a5c6e7b5e |
EUC-JP | 遶喀n}遶喀n{^ | 11101110101011011101001110111101011011100111110111101110101011011101001110111101011011100111101101011110 | eeadd3bd6e7deeadd3bd6e7b5e |
UTF-8 | 遶喀n}遶喀n{^ | 1110100110000001101101101110010110010110100000000110111001111101111010011000000110110110111001011001011010000000011011100111101101011110 | e981b6e596806e7de981b6e596806e7b5e |
UHC | ?喀n}?喀n{^ | 0011111111001011110100110110111001111101001111111100101111010011011011100111101101011110 | 3fcbd36e7d3fcbd36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)