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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繞??媛 | 111000111000010100111111001111111001010101010001 | e3853f3f9551 |
EUC-JP | 繞??媛 | 111001011110010100111111001111111100100110110010 | e5e53f3fc9b2 |
UTF-8 | 繞섎맦媛 | 111001111011100110011110111011001000010010001110111010111010011110100110111001011010101010011011 | e7b99eec848eeba7a6e5aa9b |
UHC | 繞섎맦媛 | 1110100110100100100110001110101110010000101011111110101010110000 | e9a498eb90afeab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)