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 | ?xn}?xn{^ | 001111110111100001101110011111010011111101111000011011100111101101011110 | 3f786e7d3f786e7b5e |
SJIS-WIN | 脱xn}脱xn{^ | 1001001001000101011110000110111001111101100100100100010101111000011011100111101101011110 | 9245786e7d9245786e7b5e |
EUC-JP | 脱xn}脱xn{^ | 1100001110100110011110000110111001111101110000111010011001111000011011100111101101011110 | c3a6786e7dc3a6786e7b5e |
UTF-8 | 脱xn}脱xn{^ | 11101000100001001011000101111000011011100111110111101000100001001011000101111000011011100111101101011110 | e884b1786e7de884b1786e7b5e |
UHC | ?xn}?xn{^ | 001111110111100001101110011111010011111101111000011011100111101101011110 | 3f786e7d3f786e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)