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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 鎔}鎔{^ | 11101000010011110111110111101000010011110111101101011110 | e84f7de84f7b5e |
EUC-JP | 鎔}鎔{^ | 11101111101100000111110111101111101100000111101101011110 | efb07defb07b5e |
UTF-8 | 鎔}鎔{^ | 111010011000111010010100011111011110100110001110100101000111101101011110 | e98e947de98e947b5e |
UHC | 鎔}鎔{^ | 11101001110010100111110111101001110010100111101101011110 | e9ca7de9ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)