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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 狒瑜}狒瑜{^ | 1110000010111111111000001110111101111101111000001011111111100000111011110111101101011110 | e0bfe0ef7de0bfe0ef7b5e |
EUC-JP | 狒瑜}狒瑜{^ | 1110000011000001111000001111000101111101111000001100000111100000111100010111101101011110 | e0c1e0f17de0c1e0f17b5e |
UTF-8 | 狒瑜}狒瑜{^ | 111001111000101110010010111001111001000110011100011111011110011110001011100100101110011110010001100111000111101101011110 | e78b92e7919c7de78b92e7919c7b5e |
UHC | ?瑜}?瑜{^ | 001111111110101110100101011111010011111111101011101001010111101101011110 | 3feba57d3feba57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)