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 | 鉋}鉋{^ | 11100111111011100111110111100111111011100111101101011110 | e7ee7de7ee7b5e |
EUC-JP | 鉋}鉋{^ | 11101110111100000111110111101110111100000111101101011110 | eef07deef07b5e |
UTF-8 | 鉋}鉋{^ | 111010011000100110001011011111011110100110001001100010110111101101011110 | e9898b7de9898b7b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)