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 | 靜???? | 111010001100111000111111001111110011111100111111 | e8ce3f3f3f3f |
EUC-JP | 靜?檉?沅 | 11110000110100000011111110001111110001011011101100111111100011111100011011101001 | f0d03f8fc5bb3f8fc6e9 |
UTF-8 | 靜렱檉렧沅 | 111010011001110110011100111010111010000010110001111001101010101010001001111010111010000010100111111001101011001010000101 | e99d9ceba0b1e6aa89eba0a7e6b285 |
UHC | 靜렱檉렧沅 | 11110000101000011000111010111110111011111110000010001110101101101110101010110110 | f0a18ebeefe08eb6eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)