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 | 滓狡羸 | 100111111110011011100000110000101110001110111110 | 9fe6e0c2e3be |
EUC-JP | 滓狡羸 | 110111101110100011100000110001001110011011000000 | dee8e0c4e6c0 |
UTF-8 | 滓狡羸 | 111001101011101110010011111001111000101110100001111001111011111010111000 | e6bb93e78ba1e7beb8 |
UHC | 滓狡羸 | 111011101010101111001110111010101101011111101000 | eeabceead7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)