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 | ??荏棟 | 001111110011111110001001011000001001001110001111 | 3f3f8960938f |
EUC-JP | ??荏棟 | 001111110011111110110001110000011100010111101111 | 3f3fb1c1c5ef |
UTF-8 | 렌룫荏棟 | 111010111010000010001100111010111010001110101011111010001000110110001111111001101010001110011111 | eba08ceba3abe88d8fe6a39f |
UHC | 렌룫荏棟 | 1011011110111011100011111010001011101100111110111101010011010110 | b7bb8fa2ecfbd4d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)