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 | ?o[?o[^ | 00111111011011110101101100111111011011110101101101011110 | 3f6f5b3f6f5b5e |
SJIS-WIN | 唸o[唸o[^ | 100110100101100001101111010110111001101001011000011011110101101101011110 | 9a586f5b9a586f5b5e |
EUC-JP | 唸o[唸o[^ | 110100111011100101101111010110111101001110111001011011110101101101011110 | d3b96f5bd3b96f5b5e |
UTF-8 | 唸o[唸o[^ | 1110010110010100101110000110111101011011111001011001010010111000011011110101101101011110 | e594b86f5be594b86f5b5e |
UHC | ?o[?o[^ | 00111111011011110101101100111111011011110101101101011110 | 3f6f5b3f6f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)