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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驕吋驕吋^ | 111010011000000110001001010001001110100110000001100010010100010001011110 | e9818944e98189445e |
EUC-JP | 驕吋驕吋^ | 111100011110000110110001101001011111000111100001101100011010010101011110 | f1e1b1a5f1e1b1a55e |
UTF-8 | 驕吋驕吋^ | 11101001101010011001010111100101100100001000101111101001101010011001010111100101100100001000101101011110 | e9a995e5908be9a995e5908b5e |
UHC | 驕?驕?^ | 11001110111101100011111111001110111101100011111101011110 | cef63fcef63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)