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 | 疂〕礑軆 | 1110000101101001100000010110110011100010010001101110011101011100 | e169816ce246e75c |
EUC-JP | 疂〕礑軆 | 1110000111001010101000011100110111100011101001111110110110111101 | e1caa1cde3a7edbd |
UTF-8 | 疂〕礑軆 | 111001111001011010000010111000111000000010010101111001111010010010010001111010001011101110000110 | e79682e38095e7a491e8bb86 |
UHC | ?〕?? | 0011111110100001101100110011111100111111 | 3fa1b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)