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 | è߶ä | 11101000110111111011011011100100 | e8dfb6e4 |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | è߶ä | 1000111110101011101100101000111110101001110011101010001011111001100011111010101110100011 | 8fabb28fa9cea2f98faba3 |
UTF-8 | è߶ä | 1100001110101000110000111001111111000010101101101100001110100100 | c3a8c39fc2b6c3a4 |
UHC | ?߶? | 001111111010100110101100101000101101001000111111 | 3fa9aca2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)