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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | タモオ゚\ | 1100000011010011101101011101111101011100 | c0d3b5df5c |
EUC-JP | タモオ゚\ | 100011101100000010001110110100111000111010110101100011101101111101011100 | 8ec08ed38eb58edf5c |
UTF-8 | タモオ゚\ | 11101111101111101000000011101111101111101001001111101111101111011011010111101111101111101001111101011100 | efbe80efbe93efbdb5efbe9f5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)