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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 營??營??^ | 100110100111101000111111001111111001101001111010001111110011111101011110 | 9a7a3f3f9a7a3f3f5e |
EUC-JP | 營??營??^ | 110100111101101100111111001111111101001111011011001111110011111101011110 | d3db3f3fd3db3f3f5e |
UTF-8 | 營묌늉營묌늉^ | 11100111100001111001111111101011101011001000110011101011100010101000100111100111100001111001111111101011101011001000110011101011100010101000100101011110 | e7879febac8ceb8a89e7879febac8ceb8a895e |
UHC | 營묌늉營묌늉^ | 11100111101111011001000111101001101101001011111111100111101111011001000111101001101101001011111101011110 | e7bd91e9b4bfe7bd91e9b4bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)