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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???滅 | 0011111100111111001111111001011011000101 | 3f3f3f96c5 |
EUC-JP | ???滅 | 0011111100111111001111111100110011000111 | 3f3f3fccc7 |
UTF-8 | 렢뤶핉滅 | 111010111010000010100010111010111010010010110110111011011001010110001001111001101011101110000101 | eba0a2eba4b6ed9589e6bb85 |
UHC | 렢뤶핉滅 | 1000111010110011100011111110010011000000100011101101100011111110 | 8eb38fe4c08ed8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)