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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 軟??\ | 1001001111101110001111110011111101011100 | 93ee3f3f5c |
EUC-JP | 軟??\ | 1100011011110000001111110011111101011100 | c6f03f3f5c |
UTF-8 | 軟녽눈\ | 11101000101110111001111111101011100001011011110111101011100010001000100001011100 | e8bb9feb85bdeb88885c |
UHC | 軟녽눈\ | 11100110111000111000011011101001101101001010101101011100 | e6e386e9b4ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)