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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錏幄足 | 111001111111100110011011111010001001000110101011 | e7f99be891ab |
EUC-JP | 錏幄足 | 111011101111101111010110111010101100001010101101 | eefbd6eac2ad |
UTF-8 | 錏幄足 | 111010011000110010001111111001011011100110000100111010001011011010110011 | e98c8fe5b984e8b6b3 |
UHC | ?幄足 | 0011111111100100110000011111000011101011 | 3fe4c1f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)