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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 燎}燎{^ | 11100000100110010111110111100000100110010111101101011110 | e0997de0997b5e |
EUC-JP | 燎}燎{^ | 11011111111110010111110111011111111110010111101101011110 | dff97ddff97b5e |
UTF-8 | 燎}燎{^ | 111001111000011110001110011111011110011110000111100011100111101101011110 | e7878e7de7878e7b5e |
UHC | 燎}燎{^ | 11010110111110100111110111010110111110100111101101011110 | d6fa7dd6fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)