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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 儕乢N}儕乢N{^ | 10011001010100001001101110100100010011100111110110011001010100001001101110100100010011100111101101011110 | 99509ba44e7d99509ba44e7b5e |
EUC-JP | 儕乢N}儕乢N{^ | 11010001101100011101011010100110010011100111110111010001101100011101011010100110010011100111101101011110 | d1b1d6a64e7dd1b1d6a64e7b5e |
UTF-8 | 儕乢N}儕乢N{^ | 1110010110000100100101011110010010111001101000100100111001111101111001011000010010010101111001001011100110100010010011100111101101011110 | e58495e4b9a24e7de58495e4b9a24e7b5e |
UHC | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)