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 | ??p?V | 0011111100111111011100000011111101010110 | 3f3f703f56 |
SJIS-WIN | モケpV | 110100111011100101110000111101111010110001010110 | d3b970f7ac56 |
EUC-JP | モケp?V | 10001110110100111000111010111001011100000011111101010110 | 8ed38eb9703f56 |
UTF-8 | モケpV | 1110111110111110100100111110111110111101101110010111000011101110100101101000111101010110 | efbe93efbdb970ee968f56 |
UHC | ??p?V | 0011111100111111011100000011111101010110 | 3f3f703f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)