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 | 陬エ荳櫁ョ | 1110100010100011101101001110010010111000100111101110100010101110 | e8a3b4e4b89ee8ae |
EUC-JP | 陬エ荳櫁ョ | 11110000101001011000111010110100111010001011101011011100111010101000111010101110 | f0a58eb4e8badcea8eae |
UTF-8 | 陬エ荳櫁ョ | 111010011001100110101100111011111011110110110100111010001000110110110011111001101010101110000001111011111011110110101110 | e999acefbdb4e88db3e6ab81efbdae |
UHC | ??荳?? | 001111110011111111010100111001010011111100111111 | 3f3fd4e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)