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 | モ」 | 1111011011100010111100001110101111010011101000111111010110111101 | f6e2f0ebd3a3f5bd |
EUC-JP | ??モ」? | 00111111001111111000111011010011100011101010001100111111 | 3f3f8ed38ea33f |
UTF-8 | モ」 | 111011101001010010001001111011101000001010101010111011111011111010010011111011111011110110100011111011101001000010101000 | ee9489ee82aaefbe93efbda3ee90a8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)