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 | 繹レ?? | 111000111000100010000011100011000011111100111111 | e388838c3f3f |
EUC-JP | 繹レ?佾 | 1110010111101000101001011110110000111111100011111011000011111011 | e5e8a5ec3f8fb0fb |
UTF-8 | 繹レ늺佾 | 111001111011100110111001111000111000001110101100111010111000101010111010111001001011110110111110 | e7b9b9e383aceb8abae4bdbe |
UHC | 繹レ늺佾 | 1110011010111010101010111110110010001000100000111110110011101011 | e6baabec8883eceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)