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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | モ」モョW | 1101001110100011110100111010111001010111 | d3a3d3ae57 |
EUC-JP | モ」モョW | 100011101101001110001110101000111000111011010011100011101010111001010111 | 8ed38ea38ed38eae57 |
UTF-8 | モ」モョW | 11101111101111101001001111101111101111011010001111101111101111101001001111101111101111011010111001010111 | efbe93efbda3efbe93efbdae57 |
UHC | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)