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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 外??^ | 1000101001001111001111110011111101011110 | 8a4f3f3f5e |
EUC-JP | 外??^ | 1011001110110000001111110011111101011110 | b3b03f3f5e |
UTF-8 | 外믤썱^ | 11100101101001001001011011101011101011111010010011101100100011011011000101011110 | e5a496ebafa4ec8db15e |
UHC | 外믤썱^ | 11101000111000101001001011100110100110111010000001011110 | e8e292e69ba05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)