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 | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
SJIS-WIN | ??荏??荏C | 001111110011111110001001011000000011111100111111100010010110000001000011 | 3f3f89603f3f896043 |
EUC-JP | ??荏??荏C | 001111110011111110110001110000010011111100111111101100011100000101000011 | 3f3fb1c13f3fb1c143 |
UTF-8 | 망룫荏망룫荏C | 11101011101001111001110111101011101000111010101111101000100011011000111111101011101001111001110111101011101000111010101111101000100011011000111101000011 | eba79deba3abe88d8feba79deba3abe88d8f43 |
UHC | 망룫荏망룫荏C | 10111000110000011000111110100010111011001111101110111000110000011000111110100010111011001111101101000011 | b8c18fa2ecfbb8c18fa2ecfb43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)