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 | è§}è§{^ | 11101000101001110111110111101000101001110111101101011110 | e8a77de8a77b5e |
SJIS-WIN | ?§}?§{^ | 001111111000000110011000011111010011111110000001100110000111101101011110 | 3f81987d3f81987b5e |
EUC-JP | è§}è§{^ | 10001111101010111011001010100001111110000111110110001111101010111011001010100001111110000111101101011110 | 8fabb2a1f87d8fabb2a1f87b5e |
UTF-8 | è§}è§{^ | 1100001110101000110000101010011101111101110000111010100011000010101001110111101101011110 | c3a8c2a77dc3a8c2a77b5e |
UHC | ?§}?§{^ | 001111111010000111010111011111010011111110100001110101110111101101011110 | 3fa1d77d3fa1d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)