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 | ?D?n}?D?n{^ | 0011111101000100001111110110111001111101001111110100010000111111011011100111101101011110 | 3f443f6e7d3f443f6e7b5e |
SJIS-WIN | ?D?n}?D?n{^ | 0011111101000100001111110110111001111101001111110100010000111111011011100111101101011110 | 3f443f6e7d3f443f6e7b5e |
EUC-JP | ?D?n}?D?n{^ | 0011111101000100001111110110111001111101001111110100010000111111011011100111101101011110 | 3f443f6e7d3f443f6e7b5e |
UTF-8 | 숷D卨n}숷D卨n{^ | 11101100100010001011011101000100111001011000110110101000011011100111110111101100100010001011011101000100111001011000110110101000011011100111101101011110 | ec88b744e58da86e7dec88b744e58da86e7b5e |
UHC | 숷D卨n}숷D卨n{^ | 100110100100110001000100111000001101100101101110011111011001101001001100010001001110000011011001011011100111101101011110 | 9a4c44e0d96e7d9a4c44e0d96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)