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 | 愈輕? | 1001011011111010111001110110101000111111 | 96fae76a3f |
EUC-JP | 愈輕? | 1100110011111100111011011100101100111111 | ccfcedcb3f |
UTF-8 | 愈輕맘 | 111001101000010010001000111010001011110010010101111010111010011110011000 | e68488e8bc95eba798 |
UHC | 愈輕맘 | 111010101110111111001100111011101011100010111110 | eaefcceeb8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)