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 | ??荏俯 | 001111110011111110001001011000001001100011101011 | 3f3f896098eb |
EUC-JP | ??荏俯 | 001111110011111110110001110000011101000011101101 | 3f3fb1c1d0ed |
UTF-8 | 칠룫荏俯 | 111011001011100110100000111010111010001110101011111010001000110110001111111001001011111110101111 | ecb9a0eba3abe88d8fe4bfaf |
UHC | 칠룫荏俯 | 1100010010100101100011111010001011101100111110111101110011110110 | c4a58fa2ecfbdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)