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 | 篳ィ | 1110001011001000101010001111001101011100 | e2c8a8f35c |
EUC-JP | 篳ィ? | 1110010011001010100011101010100000111111 | e4ca8ea83f |
UTF-8 | 篳ィ | 111001111010111110110011111011111011110110101000111011101000100110010000 | e7afb3efbda8ee8990 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)