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 | モタモョ | 110100111100000011010011101011101111001110110101 | d3c0d3aef3b5 |
EUC-JP | モタモョ? | 100011101101001110001110110000001000111011010011100011101010111000111111 | 8ed38ec08ed38eae3f |
UTF-8 | モタモョ | 111011111011111010010011111011111011111010000000111011111011111010010011111011111011110110101110111011101000101010101000 | efbe93efbe80efbe93efbdaeee8aa8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)