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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | モ。モケv | 1101001110100001110100111011100101110110 | d3a1d3b976 |
EUC-JP | モ。モケv | 100011101101001110001110101000011000111011010011100011101011100101110110 | 8ed38ea18ed38eb976 |
UTF-8 | モ。モケv | 11101111101111101001001111101111101111011010000111101111101111101001001111101111101111011011100101110110 | efbe93efbda1efbe93efbdb976 |
UHC | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)