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 | 貶顰」 | 1110011011001000111010001111110010100011 | e6c8e8fca3 |
EUC-JP | 貶顰」 | 111011001100101011110000111111101000111010100011 | eccaf0fe8ea3 |
UTF-8 | 貶顰」 | 111010001011001010110110111010011010000110110000111011111011110110100011 | e8b2b6e9a1b0efbda3 |
UHC | 貶?? | 11111000101111110011111100111111 | f8bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)