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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 蒻?\}蒻?\{^ | 1110010011101000001111110101110001111101111001001110100000111111010111000111101101011110 | e4e83f5c7de4e83f5c7b5e |
EUC-JP | 蒻?\}蒻?\{^ | 1110100011101010001111110101110001111101111010001110101000111111010111000111101101011110 | e8ea3f5c7de8ea3f5c7b5e |
UTF-8 | 蒻촋\}蒻촋\{^ | 1110100010010010101110111110110010110100100010110101110001111101111010001001001010111011111011001011010010001011010111000111101101011110 | e892bbecb48b5c7de892bbecb48b5c7b5e |
UHC | 蒻촋\}蒻촋\{^ | 11100101101101101010110001001011010111000111110111100101101101101010110001001011010111000111101101011110 | e5b6ac4b5c7de5b6ac4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)