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 | 陌橸、ォ | 111010001001100110011110111011111010010010101011 | e8999eefa4ab |
EUC-JP | 陌橸、ォ | 1110111111111001110111001111000110001110101001001000111010101011 | eff9dcf18ea48eab |
UTF-8 | 陌橸、ォ | 111010011001100110001100111001101010100110111000111011111011110110100100111011111011110110101011 | e9998ce6a9b8efbda4efbdab |
UHC | 陌??? | 1101100011101000001111110011111100111111 | d8e83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)