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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湛袖奪淡 | 1001001001011000100100011011001110010010010001001001001001010111 | 925891b392449257 |
EUC-JP | 湛袖奪淡 | 1100001110111001110000101011010111000011101001011100001110111000 | c3b9c2b5c3a5c3b8 |
UTF-8 | 湛袖奪淡 | 111001101011100110011011111010001010001010010110111001011010010110101010111001101011011110100001 | e6b99be8a296e5a5aae6b7a1 |
UHC | 湛袖奪淡 | 1101001111000000111000101100000011110111101011001101001110111111 | d3c0e2c0f7acd3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)