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 | ムエャコ | 111101101101111011010001101101001010110010111010 | f6ded1b4acba |
EUC-JP | ?ムエャコ | 001111111000111011010001100011101011010010001110101011001000111010111010 | 3f8ed18eb48eac8eba |
UTF-8 | ムエャコ | 111011101001010010000101111011111011111010010001111011111011110110110100111011111011110110101100111011111011110110111010 | ee9485efbe91efbdb4efbdacefbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)