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 | ?Vn}?Vn{^ | 001111110101011001101110011111010011111101010110011011100111101101011110 | 3f566e7d3f566e7b5e |
SJIS-WIN | 煬Vn}煬Vn{^ | 1110000010001100010101100110111001111101111000001000110001010110011011100111101101011110 | e08c566e7de08c566e7b5e |
EUC-JP | 煬Vn}煬Vn{^ | 1101111111101100010101100110111001111101110111111110110001010110011011100111101101011110 | dfec566e7ddfec566e7b5e |
UTF-8 | 煬Vn}煬Vn{^ | 11100111100001011010110001010110011011100111110111100111100001011010110001010110011011100111101101011110 | e785ac566e7de785ac566e7b5e |
UHC | 煬Vn}煬Vn{^ | 1110010111001001010101100110111001111101111001011100100101010110011011100111101101011110 | e5c9566e7de5c9566e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)