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 | 翊羈}翊羈{^ | 1110001111000010111000111011000101111101111000111100001011100011101100010111101101011110 | e3c2e3b17de3c2e3b17b5e |
EUC-JP | 翊羈}翊羈{^ | 1110011011000100111001101011001101111101111001101100010011100110101100110111101101011110 | e6c4e6b37de6c4e6b37b5e |
UTF-8 | 翊羈}翊羈{^ | 111001111011111110001010111001111011111010001000011111011110011110111111100010101110011110111110100010000111101101011110 | e7bf8ae7be887de7bf8ae7be887b5e |
UHC | 翊羈}翊羈{^ | 1110110011001101110100011011110001111101111011001100110111010001101111000111101101011110 | eccdd1bc7deccdd1bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)