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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 驕Ⅸn}驕Ⅸn{^ | 11101001100000011000011101011100011011100111110111101001100000011000011101011100011011100111101101011110 | e981875c6e7de981875c6e7b5e |
EUC-JP | 驕?n}驕?n{^ | 1111000111100001001111110110111001111101111100011110000100111111011011100111101101011110 | f1e13f6e7df1e13f6e7b5e |
UTF-8 | 驕Ⅸn}驕Ⅸn{^ | 1110100110101001100101011110001010000101101010000110111001111101111010011010100110010101111000101000010110101000011011100111101101011110 | e9a995e285a86e7de9a995e285a86e7b5e |
UHC | 驕Ⅸn}驕Ⅸn{^ | 11001110111101101010010110111000011011100111110111001110111101101010010110111000011011100111101101011110 | cef6a5b86e7dcef6a5b86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)