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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕絶悪蟇ョ | 111010001011100010010000111000101000100010101011111001011010111110101110 | e8b890e288abe5afae |
EUC-JP | 雕絶悪蟇ョ | 11110000101110101100000011100100101100001010110111101010101100011000111010101110 | f0bac0e4b0adeab18eae |
UTF-8 | 雕絶悪蟇ョ | 111010011001101110010101111001111011010110110110111001101000001010101010111010001001111110000111111011111011110110101110 | e99b95e7b5b6e682aae89f87efbdae |
UHC | 雕絶??? | 11110000111001111110111110111110001111110011111100111111 | f0e7efbe3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)