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 | 1110011011000100100111111110001001101110111001101100010010011111111000100110111001000010 | e6c49fe26ee6c49fe26e42 |
EUC-JP | 貽溪n貽溪nB | 1110110011000110110111101110010001101110111011001100011011011110111001000110111001000010 | ecc6dee46eecc6dee46e42 |
UTF-8 | 貽溪n貽溪nB | 111010001011001010111101111001101011101010101010011011101110100010110010101111011110011010111010101010100110111001000010 | e8b2bde6baaa6ee8b2bde6baaa6e42 |
UHC | 貽溪n貽溪nB | 1110110011000010110011011010001001101110111011001100001011001101101000100110111001000010 | ecc2cda26eecc2cda26e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)