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 | 倚輕? | 1001100011011111111001110110101000111111 | 98dfe76a3f |
EUC-JP | 倚輕? | 1101000011100001111011011100101100111111 | d0e1edcb3f |
UTF-8 | 倚輕毗 | 111001011000000010011010111010001011110010010101111001101010111110010111 | e5809ae8bc95e6af97 |
UHC | 倚輕毗 | 111010111110111111001100111011101101110111110001 | ebefcceeddf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)