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 | è߶ç | 11101000110111111011011011100111 | e8dfb6e7 |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | è߶ç | 1000111110101011101100101000111110101001110011101010001011111001100011111010101110101110 | 8fabb28fa9cea2f98fabae |
UTF-8 | è߶ç | 1100001110101000110000111001111111000010101101101100001110100111 | c3a8c39fc2b6c3a7 |
UHC | ?߶? | 001111111010100110101100101000101101001000111111 | 3fa9aca2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)