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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脯濠械 | 111000111111101110001101100010101000101001000010 | e3fb8d8a8a42 |
EUC-JP | 脯濠械 | 111001101111110110111001111010101011001110100011 | e6fdb9eab3a3 |
UTF-8 | 脯濠械 | 111010001000010010101111111001101011111110100000111001101010001010110000 | e884afe6bfa0e6a2b0 |
UHC | 脯濠械 | 111110001110000111111011110011001100110011111110 | f8e1fbccccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)