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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 盡荐盡犹^ | 111000011011011011100100101001101110000110110110111000001011100101011110 | e1b6e4a6e1b6e0b95e |
EUC-JP | 盡荐盡犹^ | 111000101011100011101000101010001110001010111000111000001011101101011110 | e2b8e8a8e2b8e0bb5e |
UTF-8 | 盡荐盡犹^ | 11100111100110111010000111101000100011011001000011100111100110111010000111100111100010101011100101011110 | e79ba1e88d90e79ba1e78ab95e |
UHC | 盡?盡?^ | 11110010110101110011111111110010110101110011111101011110 | f2d73ff2d73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)