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??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 譽?n譽?nB | 111001101010001100111111011011101110011010100011001111110110111001000010 | e6a33f6ee6a33f6e42 |
EUC-JP | 譽?n譽?nB | 111011001010010100111111011011101110110010100101001111110110111001000010 | eca53f6eeca53f6e42 |
UTF-8 | 譽켦n譽켦nB | 111010001010110110111101111011001011110010100110011011101110100010101101101111011110110010111100101001100110111001000010 | e8adbdecbca66ee8adbdecbca66e42 |
UHC | 譽켦n譽켦nB | 1110011111100010101100010110001001101110111001111110001010110001011000100110111001000010 | e7e2b1626ee7e2b1626e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)