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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | 軟??_? | 100100111110111000111111001111110101111100111111 | 93ee3f3f5f3f |
EUC-JP | 軟??_? | 110001101111000000111111001111110101111100111111 | c6f03f3f5f3f |
UTF-8 | 軟쒕젍_蓼 | 11101000101110111001111111101100100100101001010111101100101000001000110101011111111011111010011110000010 | e8bb9fec9295eca08d5fefa782 |
UHC | 軟쒕젍_蓼 | 111001101110001110011100111010111010000010001110010111111110100110100111 | e6e39ceba08e5fe9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)