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 | õû`x{d | 111101011111101101100000011110000111101101100100 | f5fb60787b64 |
SJIS-WIN | ??`x{d | 001111110011111101100000011110000111101101100100 | 3f3f60787b64 |
EUC-JP | õû`x{d | 10001111101010111101100010001111101010111110010101100000011110000111101101100100 | 8fabd88fabe560787b64 |
UTF-8 | õû`x{d | 1100001110110101110000111011101101100000011110000111101101100100 | c3b5c3bb60787b64 |
UHC | ??`x{d | 001111110011111101100000011110000111101101100100 | 3f3f60787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)