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 | 灼眈}灼眈{^ | 1000111011011100111000011011110001111101100011101101110011100001101111000111101101011110 | 8edce1bc7d8edce1bc7b5e |
EUC-JP | 灼眈}灼眈{^ | 1011110011011110111000101011111001111101101111001101111011100010101111100111101101011110 | bcdee2be7dbcdee2be7b5e |
UTF-8 | 灼眈}灼眈{^ | 111001111000000110111100111001111001110010001000011111011110011110000001101111001110011110011100100010000111101101011110 | e781bce79c887de781bce79c887b5e |
UHC | 灼眈}灼眈{^ | 1110110111000111111101111010111101111101111011011100011111110111101011110111101101011110 | edc7f7af7dedc7f7af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)