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 | 貶ú | 11101000101100101011011011111010 | e8b2b6fa |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | è?¶ú | 100011111010101110110010001111111010001011111001100011111010101111100010 | 8fabb23fa2f98fabe2 |
UTF-8 | 貶ú | 1100001110101000110000101011001011000010101101101100001110111010 | c3a8c2b2c2b6c3ba |
UHC | ?²¶? | 001111111010100111110111101000101101001000111111 | 3fa9f7a2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)