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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 炭達達淡P | 100100100101100110010010010000101001001001000010100100100101011101010000 | 925992429242925750 |
EUC-JP | 炭達達淡P | 110000111011101011000011101000111100001110100011110000111011100001010000 | c3bac3a3c3a3c3b850 |
UTF-8 | 炭達達淡P | 11100111100000101010110111101001100000011001010011101001100000011001010011100110101101111010000101010000 | e782ade98194e98194e6b7a150 |
UHC | 炭達達淡P | 111101111010100111010011101110011101001110111001110100111011111101010000 | f7a9d3b9d3b9d3bf50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)